#CDD699

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

Shades of Green Mist #CDD699

Tints of Green Mist #CDD699

Color information

#CDD699 (or 0xCDD699) is unknown color: approx Green Mist. HEX triplet: CD, D6 and 99. RGB value is (205,214,153). Sum of RGB (Red+Green+Blue) = 205+214+153=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD699 is #322966. Grayscale: #CCCCCC. Windows color (decimal): -3287399 or 10081997. OLE color: 10081997.

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

Color convert

RGB205214153-
CMYK0.0400.290.16
HSL68.85º42.66%71.96%-
HSV(B)68.85º28.5%83.92%-
XYZ54.9763.3739.47-
YUV204.3699.02128.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 153 (60.16% from 255) = 26.75%
R=35.84%
G=37.41%
B=26.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141530.0400.290.1668.8542.6671.96
HexCDD699401D10452b48
Octal31532623140352010553110
Binary1100110111010110100110011000111011000010001011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD699; }

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

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

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

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

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

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

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

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