COLOR #C0D599

HEX: #C0D599
RGB: (192,213,153)

Color info

#C0D599 contains mainly red and green colors. Web safe color of #C0D599 is #CCCC99 (or #CC9).

RGB color model

#C0D599 color RGB value is (192,213,153).

  • red value is 192;
  • green value is 213;
  • blue value is 153.
RGB:
(192,213,153)
(75%,84%,60%)

RGB channels and saturation

R 192 of 255 = 75%
G 213 of 255 = 84%
B 153 of 255 = 60%

192
213
153

R + G + B ~ 73%. #C0D599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 213 + 153 = 558 (100%)
R 192 of 558 ~ 34.41%
G 213 of 558 ~ 38.17%
B 153 of 558 ~ 27.42%

%34.41
%38.17
%27.42

CMYK color model

#C0D599 color CMYK value is (10,0,28,16).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(10,0,28,16)
C10M0Y28K16 
(10%,0%,28%,16%)
(0.10/0.00/0.28/0.16)	

CMYK percentages

%9.86
%0
%28.17
%16.47

Codes

Color #C0D599 in popluar color models

C0D599
RGB192213153
HSL81°41.67%71.76%
HSB/HSV81°28.17%83.53%
CMYK9.86%0.00%28.17%
16.47%

Color #C0D599 in popluar number systems.

HEXC0D599
Decimal192213153
Binary110000001101010110011001
Octal300325231

Shades and tints

Shades of #C0D599

#C0D599
(192,213,153)
#AFC28C
(175,194,140)
#9EAF7F
(158,175,127)
#8D9C72
(141,156,114)
#7C8965
(124,137,101)
#6B7658
(107,118,88)
#5A634B
(90,99,75)
#49503E
(73,80,62)
#383D31
(56,61,49)
#272A24
(39,42,36)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #C0D599

#C0D599
(192,213,153)
#C5D8A2
(197,216,162)
#CADBAB
(202,219,171)
#CFDEB4
(207,222,180)
#D4E1BD
(212,225,189)
#D9E4C6
(217,228,198)
#DEE7CF
(222,231,207)
#E3EAD8
(227,234,216)
#E8EDE1
(232,237,225)
#EDF0EA
(237,240,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D599 color. Also use rgb(192,213,153) instead hex code.

Text Font Color

.myTextColor { color: #C0D599; }

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

This text font color is #C0D599.


Background Color

.myBgColor { background-color: #C0D599; }

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

This div background color is #C0D599.


Border color

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

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

This div border color is #C0D599.


Opacity

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

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

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

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

This text has shadow with #C0D599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D599 on black background.


Color preview on white background

This text has color #C0D599 on white background.



Black color preview on #C0D599 background

This text has black color on #C0D599 background.


White color preview on #C0D599 background

This text has white color on #C0D599 background.