#CAD299

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

Shades of Green Mist #CAD299

Tints of Green Mist #CAD299

Color information

#CAD299 (or 0xCAD299) is unknown color: approx Green Mist. HEX triplet: CA, D2 and 99. RGB value is (202,210,153). Sum of RGB (Red+Green+Blue) = 202+210+153=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD299 is #352D66. Grayscale: #C9C9C9. Windows color (decimal): -3485031 or 10080970. OLE color: 10080970.

HSL color Cylindrical-coordinate representation of color #CAD299: hue angle of 68.42º 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 #CAD299 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB202210153-
CMYK0.0400.270.18
HSL68.42º38.78%71.18%-
HSV(B)68.42º27.14%82.35%-
XYZ53.1560.9539.1-
YUV201.11100.85128.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=35.75%
G=37.17%
B=27.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101530.0400.270.1868.4238.7871.18
HexCAD299401B12442747
Octal31232223140332210447107
Binary1100101011010010100110011000110111001010001001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD299; }

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

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

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

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

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

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

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

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