#CAD298

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

Shades of Green Mist #CAD298

Tints of Green Mist #CAD298

Color information

#CAD298 (or 0xCAD298) is unknown color: approx Green Mist. HEX triplet: CA, D2 and 98. RGB value is (202,210,152). Sum of RGB (Red+Green+Blue) = 202+210+152=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD298 is #352D67. Grayscale: #C9C9C9. Windows color (decimal): -3485032 or 10015434. OLE color: 10015434.

HSL color Cylindrical-coordinate representation of color #CAD298: hue angle of 68.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAD298 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB202210152-
CMYK0.0400.280.18
HSL68.28º39.19%70.98%-
HSV(B)68.28º27.62%82.35%-
XYZ53.0760.9238.67-
YUV201100.35128.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 152 (59.77% from 255) = 26.95%
R=35.82%
G=37.23%
B=26.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101520.0400.280.1868.2839.1970.98
HexCAD298401C12442747
Octal31232223040342210447107
Binary1100101011010010100110001000111001001010001001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD298; }

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

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

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

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

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

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

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

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