#CDD096

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

Shades of Green Mist #CDD096

Tints of Green Mist #CDD096

Color information

#CDD096 (or 0xCDD096) is unknown color: approx Green Mist. HEX triplet: CD, D0 and 96. RGB value is (205,208,150). Sum of RGB (Red+Green+Blue) = 205+208+150=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD096 is #322F69. Grayscale: #C8C8C8. Windows color (decimal): -3288938 or 9883853. OLE color: 9883853.

HSL color Cylindrical-coordinate representation of color #CDD096: hue angle of 63.1º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDD096 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB205208150-
CMYK0.0100.280.18
HSL63.1º38.16%70.2%-
HSV(B)63.1º27.88%81.57%-
XYZ53.2460.2937.69-
YUV200.4999.51131.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 208 (81.64% from 255) = 36.94%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=36.41%
G=36.94%
B=26.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081500.0100.280.1863.138.1670.2
HexCDD096101C123f2646
Octal3153202261034227746106
Binary1100110111010000100101101011100100101111111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD096; }

 p { color: rgb(205,208,150); }

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

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

 a { background-color: rgb(205,208,150); }

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

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

 span { border-color: rgb(205,208,150); }

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