#CAD499

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

Shades of Green Mist #CAD499

Tints of Green Mist #CAD499

Color information

#CAD499 (or 0xCAD499) is unknown color: approx Green Mist. HEX triplet: CA, D4 and 99. RGB value is (202,212,153). Sum of RGB (Red+Green+Blue) = 202+212+153=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD499 is #352B66. Grayscale: #CACACA. Windows color (decimal): -3484519 or 10081482. OLE color: 10081482.

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

Color convert

RGB202212153-
CMYK0.0500.280.17
HSL70.17º40.69%71.57%-
HSV(B)70.17º27.83%83.14%-
XYZ53.6561.9439.27-
YUV202.28100.19127.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 212 (83.20% from 255) = 37.39%
BLUE value IS 153 (60.16% from 255) = 26.98%
R=35.63%
G=37.39%
B=26.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121530.0500.280.1770.1740.6971.57
HexCAD499501C11462948
Octal31232423150342110651110
Binary1100101011010100100110011010111001000110001101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD499; }

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

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

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

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

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

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

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

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