#CDD69C

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

Shades of Green Mist #CDD69C

Tints of Green Mist #CDD69C

Color information

#CDD69C (or 0xCDD69C) is unknown color: approx Green Mist. HEX triplet: CD, D6 and 9C. RGB value is (205,214,156). Sum of RGB (Red+Green+Blue) = 205+214+156=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD69C is #322963. Grayscale: #CCCCCC. Windows color (decimal): -3287396 or 10278605. OLE color: 10278605.

HSL color Cylindrical-coordinate representation of color #CDD69C: hue angle of 69.31º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD69C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB205214156-
CMYK0.0400.270.16
HSL69.31º41.43%72.55%-
HSV(B)69.31º27.1%83.92%-
XYZ55.2263.4740.79-
YUV204.7100.52128.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=35.65%
G=37.22%
B=27.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141560.0400.270.1669.3141.4372.55
HexCDD69C401B10452949
Octal31532623440332010551111
Binary1100110111010110100111001000110111000010001011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD69C; }

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

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

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

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

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

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

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

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