#CDD49C

Color #CDD49C Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #CDD49C

Tints of Green Mist #CDD49C

Color information

#CDD49C (or 0xCDD49C) is unknown color: approx Green Mist. HEX triplet: CD, D4 and 9C. RGB value is (205,212,156). Sum of RGB (Red+Green+Blue) = 205+212+156=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD49C is #322B63. Grayscale: #CBCBCB. Windows color (decimal): -3287908 or 10278093. OLE color: 10278093.

HSL color Cylindrical-coordinate representation of color #CDD49C: hue angle of 67.5º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDD49C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB205212156-
CMYK0.0300.260.17
HSL67.5º39.44%72.16%-
HSV(B)67.5º26.42%83.14%-
XYZ54.7262.4740.63-
YUV203.52101.18129.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 156 (61.33% from 255) = 27.23%
R=35.78%
G=37.00%
B=27.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121560.0300.260.1767.539.4472.16
HexCDD49C301A11442748
Octal31532423430322110447110
Binary110011011101010010011100110110101000110001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD49C; }

 p { color: rgb(205,212,156); }

 H1.HeaderClassName
 {
   color: #CDD49C;
 }
 .AnyTagClassName
 {
   color: #CDD49C;
 }
</style>
background-color css

<style>
 a { background-color: #CDD49C; }

 a { background-color: rgb(205,212,156); }

 div.DivClassName
 {
   background-color: #CDD49C;
 }
 .BgClassName
 {
   background-color: #CDD49C;
 }
</style>
border-color css

<style>
 span { border-color: #CDD49C; }

 span { border-color: rgb(205,212,156); }

 td.TdClassName
 {
   border-color: #CDD49C;
 }
 .TagClassName
 {
   border-color: #CDD49C;
 }
</style>