COLOR #63C265

HEX: #63C265
RGB: (99,194,101)

Renk bilgisi

#63C265 contains mainly green color. #63C265 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#63C265 color RGB value is (99,194,101).

  • kırmız ton 99;
  • yeşil ton 194;
  • mavi ton 101.
RGB:
(99,194,101)
(39%,76%,40%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 194 of 255 = 76%
B 101 of 255 = 40%

99
194
101

R + G + B ~ 52%. #63C265 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 194 + 101 = 394 (100%)
R 99 of 394 ~ 25.13%
G 194 of 394 ~ 49.24%
B 101 of 394 ~ 25.63%

%25.13
%49.24
%25.63

CMYK RENK MODELİ

#63C265 rengi CMYK tonu (49,0,48,24).

  • camgöbeği tonu 48.97%
  • eflatun tonu 0.00%
  • sarı tonu 47.94%
  • ana renk tonu 23.92%
CMYK:
(49,0,48,24)
C49M0Y48K24 
(49%,0%,48%,24%)
(0.49/0.00/0.48/0.24)	

CMYK yüzdeleri

%48.97
%0
%47.94
%23.92

Codes

Color #63C265 in popluar color models

63C265
RGB99194101
HSL121°43.78%57.45%
HSB/HSV121°48.97%76.08%
CMYK48.97%0.00%47.94%
23.92%

Color #63C265 in popluar number systems.

HEX63C265
Decimal99194101
Binary1100011110000101100101
Octal143302145

Shades and tints

Shades of #63C265

#63C265
(99,194,101)
#5AB15C
(90,177,92)
#51A053
(81,160,83)
#488F4A
(72,143,74)
#3F7E41
(63,126,65)
#366D38
(54,109,56)
#2D5C2F
(45,92,47)
#244B26
(36,75,38)
#1B3A1D
(27,58,29)
#122914
(18,41,20)
#09180B
(9,24,11)
#000000
(0,0,0)

Tints of #63C265

#63C265
(99,194,101)
#71C773
(113,199,115)
#7FCC81
(127,204,129)
#8DD18F
(141,209,143)
#9BD69D
(155,214,157)
#A9DBAB
(169,219,171)
#B7E0B9
(183,224,185)
#C5E5C7
(197,229,199)
#D3EAD5
(211,234,213)
#E1EFE3
(225,239,227)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C265 color. Also use rgb(99,194,101) instead hex code.

Text Font Color

.myTextColor { color: #63C265; }

<p style="color:#63C265">This sample text font color is #63C265.</p>

This text font color is #63C265.


Background Color

.myBgColor { background-color: #63C265; }

<div style="background-color:#63C265">Inner text</div>

This div background color is #63C265.


Border color

.myBorderColor { border: 1px solid #63C265; }

<div style="border:3px solid #63C265">Div</div>

This div border color is #63C265.


Opacity

.myOpacity80 { color: #63C265; opacity: 0.8; }

<p style="color:#63C265;opacity:0.8;">80%</p>

Text with #63C265 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63C265;}

<p style="text-shadow: 3px 3px 1px #63C265">Text here.</p>

This text has shadow with #63C265 color.

.textShadow {text-shadow: 3px 3px 1px #63C265, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63C265, 5px 5px 20px red">Text here.</p>

This text has shadow with #63C265 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63C265, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63C265, Direction=45, Strength=4)">Text</p>

This text has shadow with #63C265 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63C265;
  -webkit-box-shadow:	1px 1px 3px 2px #63C265;
  box-shadow:		1px 1px 3px 2px #63C265;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63C265;
-webkit-box-shadow: 1px 1px 3px 2px #63C265;
box-shadow:1px 1px 3px 2px #63C265;">
Div content here</div>
This div box has shadow with color #63C265.

Preview

Color preview on black background

This text has color #63C265 on black background.


Color preview on white background

This text has color #63C265 on white background.



Black color preview on #63C265 background

This text has black color on #63C265 background.


White color preview on #63C265 background

This text has white color on #63C265 background.