#CDD49B

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

Shades of Green Mist #CDD49B

Tints of Green Mist #CDD49B

Color information

#CDD49B (or 0xCDD49B) is unknown color: approx Green Mist. HEX triplet: CD, D4 and 9B. RGB value is (205,212,155). Sum of RGB (Red+Green+Blue) = 205+212+155=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD49B is #322B64. Grayscale: #CBCBCB. Windows color (decimal): -3287909 or 10212557. OLE color: 10212557.

HSL color Cylindrical-coordinate representation of color #CDD49B: hue angle of 67.37º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD49B is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB205212155-
CMYK0.0300.270.17
HSL67.37º39.86%71.96%-
HSV(B)67.37º26.89%83.14%-
XYZ54.6462.4340.18-
YUV203.41100.68129.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=35.84%
G=37.06%
B=27.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121550.0300.270.1767.3739.8671.96
HexCDD49B301B11432848
Octal31532423330332110350110
Binary110011011101010010011011110110111000110000111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD49B; }

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

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

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

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

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

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

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

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