COLOR #63C66F

HEX: #63C66F
RGB: (99,198,111)

Renk bilgisi

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

RGB renk modeli

#63C66F color RGB value is (99,198,111).

  • kırmız ton 99;
  • yeşil ton 198;
  • mavi ton 111.
RGB:
(99,198,111)
(39%,78%,44%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 198 of 255 = 78%
B 111 of 255 = 44%

99
198
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 198 + 111 = 408 (100%)
R 99 of 408 ~ 24.26%
G 198 of 408 ~ 48.53%
B 111 of 408 ~ 27.21%

%24.26
%48.53
%27.21

CMYK RENK MODELİ

#63C66F rengi CMYK tonu (50,0,44,22).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 43.94%
  • ana renk tonu 22.35%
CMYK:
(50,0,44,22)
C50M0Y44K22 
(50%,0%,44%,22%)
(0.50/0.00/0.44/0.22)	

CMYK yüzdeleri

%50
%0
%43.94
%22.35

Codes

Color #63C66F in popluar color models

63C66F
RGB99198111
HSL127°46.48%58.24%
HSB/HSV127°50.00%77.65%
CMYK50.00%0.00%43.94%
22.35%

Color #63C66F in popluar number systems.

HEX63C66F
Decimal99198111
Binary1100011110001101101111
Octal143306157

Shades and tints

Shades of #63C66F

#63C66F
(99,198,111)
#5AB465
(90,180,101)
#51A25B
(81,162,91)
#489051
(72,144,81)
#3F7E47
(63,126,71)
#366C3D
(54,108,61)
#2D5A33
(45,90,51)
#244829
(36,72,41)
#1B361F
(27,54,31)
#122415
(18,36,21)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #63C66F

#63C66F
(99,198,111)
#71CB7C
(113,203,124)
#7FD089
(127,208,137)
#8DD596
(141,213,150)
#9BDAA3
(155,218,163)
#A9DFB0
(169,223,176)
#B7E4BD
(183,228,189)
#C5E9CA
(197,233,202)
#D3EED7
(211,238,215)
#E1F3E4
(225,243,228)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C66F color. Also use rgb(99,198,111) instead hex code.

Text Font Color

.myTextColor { color: #63C66F; }

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

This text font color is #63C66F.


Background Color

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

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

This div background color is #63C66F.


Border color

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

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

This div border color is #63C66F.


Opacity

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

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

Text with #63C66F 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 #63C66F;}

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

This text has shadow with #63C66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C66F on black background.


Color preview on white background

This text has color #63C66F on white background.



Black color preview on #63C66F background

This text has black color on #63C66F background.


White color preview on #63C66F background

This text has white color on #63C66F background.