#CAD498

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

Shades of Green Mist #CAD498

Tints of Green Mist #CAD498

Color information

#CAD498 (or 0xCAD498) is unknown color: approx Green Mist. HEX triplet: CA, D4 and 98. RGB value is (202,212,152). Sum of RGB (Red+Green+Blue) = 202+212+152=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD498 is #352B67. Grayscale: #CACACA. Windows color (decimal): -3484520 or 10015946. OLE color: 10015946.

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

Color convert

RGB202212152-
CMYK0.0500.280.17
HSL70º41.1%71.37%-
HSV(B)70º28.3%83.14%-
XYZ53.5761.9138.83-
YUV202.1799.69127.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=35.69%
G=37.46%
B=26.86%

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
Decimal2022121520.0500.280.177041.171.37
HexCAD498501C11462947
Octal31232423050342110651107
Binary1100101011010100100110001010111001000110001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD498; }

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

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

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

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

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

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

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

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