#CAD49D

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

Shades of Green Mist #CAD49D

Tints of Green Mist #CAD49D

Color information

#CAD49D (or 0xCAD49D) is unknown color: approx Green Mist. HEX triplet: CA, D4 and 9D. RGB value is (202,212,157). Sum of RGB (Red+Green+Blue) = 202+212+157=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD49D is #352B62. Grayscale: #CACACA. Windows color (decimal): -3484515 or 10343626. OLE color: 10343626.

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

Color convert

RGB202212157-
CMYK0.0500.260.17
HSL70.91º39.01%72.35%-
HSV(B)70.91º25.94%83.14%-
XYZ53.9962.0841.04-
YUV202.74102.19127.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=35.38%
G=37.13%
B=27.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121570.0500.260.1770.9139.0172.35
HexCAD49D501A11472748
Octal31232423550322110747110
Binary1100101011010100100111011010110101000110001111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD49D; }

 p { color: rgb(202,212,157); }

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

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

 a { background-color: rgb(202,212,157); }

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

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

 span { border-color: rgb(202,212,157); }

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