#CCD49E

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

Shades of Green Mist #CCD49E

Tints of Green Mist #CCD49E

Color information

#CCD49E (or 0xCCD49E) is unknown color: approx Green Mist. HEX triplet: CC, D4 and 9E. RGB value is (204,212,158). Sum of RGB (Red+Green+Blue) = 204+212+158=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD49E is #332B61. Grayscale: #CBCBCB. Windows color (decimal): -3353442 or 10409164. OLE color: 10409164.

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

Color convert

RGB204212158-
CMYK0.0400.250.17
HSL68.89º38.57%72.55%-
HSV(B)68.89º25.47%83.14%-
XYZ54.6262.3941.51-
YUV203.45102.35128.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 212 (83.20% from 255) = 36.93%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=35.54%
G=36.93%
B=27.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121580.0400.250.1768.8938.5772.55
HexCCD49E401911452749
Octal31432423640312110547111
Binary1100110011010100100111101000110011000110001011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD49E; }

 p { color: rgb(204,212,158); }

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

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

 a { background-color: rgb(204,212,158); }

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

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

 span { border-color: rgb(204,212,158); }

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