#CDCD99

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

Shades of Green Mist #CDCD99

Tints of Green Mist #CDCD99

Color information

#CDCD99 (or 0xCDCD99) is unknown color: approx Green Mist. HEX triplet: CD, CD and 99. RGB value is (205,205,153). Sum of RGB (Red+Green+Blue) = 205+205+153=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCD99 is #323266. Grayscale: #C7C7C7. Windows color (decimal): -3289703 or 10079693. OLE color: 10079693.

HSL color Cylindrical-coordinate representation of color #CDCD99: hue angle of 60º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDCD99 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205205153-
CMYK000.250.20
HSL60º34.21%70.2%-
HSV(B)60º25.37%80.39%-
XYZ52.7658.9438.73-
YUV199.07102132.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=36.41%
G=36.41%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205153000.250.206034.2170.2
HexCDCD990019143c2246
Octal3153152310031247442106
Binary1100110111001101100110010011001101001111001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD99; }

 p { color: rgb(205,205,153); }

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

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

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

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

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

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

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