#CAD497

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

Shades of Green Mist #CAD497

Tints of Green Mist #CAD497

Color information

#CAD497 (or 0xCAD497) is unknown color: approx Green Mist. HEX triplet: CA, D4 and 97. RGB value is (202,212,151). Sum of RGB (Red+Green+Blue) = 202+212+151=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD497 is #352B68. Grayscale: #CACACA. Windows color (decimal): -3484521 or 9950410. OLE color: 9950410.

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

Color convert

RGB202212151-
CMYK0.0500.290.17
HSL69.84º41.5%71.18%-
HSV(B)69.84º28.77%83.14%-
XYZ53.4961.8838.4-
YUV202.0699.19127.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 212 (83.20% from 255) = 37.52%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=35.75%
G=37.52%
B=26.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121510.0500.290.1769.8441.571.18
HexCAD497501D11462947
Octal31232422750352110651107
Binary1100101011010100100101111010111011000110001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD497; }

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

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

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

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

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

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

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

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