COLOR #C0D77C

HEX: #C0D77C RGB: (192,215,124)

Color info

#C0D77C contains mainly red and green colors. Web safe color of #C0D77C is #CCCC66 (or #CC6).

RGB color model

#C0D77C color RGB value is (192,215,124).

RGB: (192,215,124) (75%, 84%, 49%)

RGB channels and saturation

R 192 of 255 = 75%
G 215 of 255 = 84%
B 124 of 255 = 49%

192
215
124

R + G + B ~ 69%. #C0D77C is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 215 + 124 = 531 (100%)
R 192 of 531 ~ 36.16%
G 215 of 531 ~ 40.49%
B 124 of 531 ~ 23.35'%

%36.16
%40.49
%23.35

CMYK color model

#C0D77C color CMYK value is (11,0,42,16).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 15.69%

CMYK: (11,0,42,16)
C11M0Y42K16 (11%, 0%, 42%, 16%)
(0.11 / 0.00 / 0.42 / 0.16)

CMYK percentages

%10.7
%0
%42.33
%15.69

Codes

Color #C0D77C in popluar color models

C0 D7 7C
RGB 192 215 124
HSL 75° 53.22% 66.47%
HSB/HSV 75° 42.33% 84.31%
CMYK 10.70% 0.00% 42.33%
15.69%

Color #C0D77C in popluar number systems.

HEX C0 D7 7C
Decimal 192 215 124
Binary 11000000 11010111 1111100
Octal 300 327 174

Shades and tints

Shades of #C0D77C

#C0D77C
(192,215,124)
#AFC471
(175,196,113)
#9EB166
(158,177,102)
#8D9E5B
(141,158,91)
#7C8B50
(124,139,80)
#6B7845
(107,120,69)
#5A653A
(90,101,58)
#49522F
(73,82,47)
#383F24
(56,63,36)
#272C19
(39,44,25)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #C0D77C

#C0D77C
(192,215,124)
#C5DA87
(197,218,135)
#CADD92
(202,221,146)
#CFE09D
(207,224,157)
#D4E3A8
(212,227,168)
#D9E6B3
(217,230,179)
#DEE9BE
(222,233,190)
#E3ECC9
(227,236,201)
#E8EFD4
(232,239,212)
#EDF2DF
(237,242,223)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D77C color. Also use rgb(192,215,124) instead hex code.

Text Font Color

.myTextColor { color: #C0D77C; }

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

This text font color is #C0D77C.

Background Color

.myBgColor { background-color: #C0D77C; }

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

This div background color is #C0D77C.

Border color

.myBorderColor { border: 1px solid #C0D77C; }

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

This div border color is #C0D77C.

Opacity

.myOpacity80 { color: #C0D77C; opacity: 0.8; }

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

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

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

This text has shadow with #C0D77C color.


.textShadow {text-shadow: 3px 3px 1px #C0D77C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0D77C; -webkit-box-shadow: 1px 1px 3px 2px #C0D77C; box-shadow:1px 1px 3px 2px #C0D77C;">
Div content here
</div>

This div box has shadow with color #C0D77C.

Preview

Color preview on black background

This text has color #C0D77C on black background.


Color preview on white background

This text has color #C0D77C on white background.


Black color preview on #C0D77C background

This text has black color on #C0D77C background.


White color preview on #C0D77C background

This text has white color on #C0D77C background.


Related colors

Complementary color

Complementary color for #hex is #3F2883.


I love getcolorcode.com

Triadic colors

1 #7CC0D7 and #D77CC0 with #C0D77C are triadic colors.

2 #7CD7C0 and #D7C07C with #C0D77C are triadic colors.