#CDD299

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

Shades of Green Mist #CDD299

Tints of Green Mist #CDD299

Color information

#CDD299 (or 0xCDD299) is unknown color: approx Green Mist. HEX triplet: CD, D2 and 99. RGB value is (205,210,153). Sum of RGB (Red+Green+Blue) = 205+210+153=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD299 is #322D66. Grayscale: #CACACA. Windows color (decimal): -3288423 or 10080973. OLE color: 10080973.

HSL color Cylindrical-coordinate representation of color #CDD299: hue angle of 65.26º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD299 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB205210153-
CMYK0.0200.270.18
HSL65.26º38.78%71.18%-
HSV(B)65.26º27.14%82.35%-
XYZ53.9761.3739.14-
YUV202.01100.34130.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 210 (82.42% from 255) = 36.97%
BLUE value IS 153 (60.16% from 255) = 26.94%
R=36.09%
G=36.97%
B=26.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101530.0200.270.1865.2638.7871.18
HexCDD299201B12412747
Octal31532223120332210147107
Binary110011011101001010011001100110111001010000011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD299; }

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

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

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

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

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

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

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

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