#CDD59B

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

Shades of Green Mist #CDD59B

Tints of Green Mist #CDD59B

Color information

#CDD59B (or 0xCDD59B) is unknown color: approx Green Mist. HEX triplet: CD, D5 and 9B. RGB value is (205,213,155). Sum of RGB (Red+Green+Blue) = 205+213+155=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD59B is #322A64. Grayscale: #CCCCCC. Windows color (decimal): -3287653 or 10212813. OLE color: 10212813.

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

Color convert

RGB205213155-
CMYK0.0400.270.16
HSL68.28º40.85%72.16%-
HSV(B)68.28º27.23%83.53%-
XYZ54.8962.9340.26-
YUV204100.35128.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=35.78%
G=37.17%
B=27.05%

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
Decimal2052131550.0400.270.1668.2840.8572.16
HexCDD59B401B10442948
Octal31532523340332010451110
Binary1100110111010101100110111000110111000010001001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD59B; }

 p { color: rgb(205,213,155); }

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

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

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

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

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

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

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