#CAD295

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

Shades of Green Mist #CAD295

Tints of Green Mist #CAD295

Color information

#CAD295 (or 0xCAD295) is unknown color: approx Green Mist. HEX triplet: CA, D2 and 95. RGB value is (202,210,149). Sum of RGB (Red+Green+Blue) = 202+210+149=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD295 is #352D6A. Grayscale: #C8C8C8. Windows color (decimal): -3485035 or 9818826. OLE color: 9818826.

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

Color convert

RGB202210149-
CMYK0.0400.290.18
HSL67.87º40.4%70.39%-
HSV(B)67.87º29.05%82.35%-
XYZ52.8360.8237.39-
YUV200.6598.85128.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=36.01%
G=37.43%
B=26.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101490.0400.290.1867.8740.470.39
HexCAD295401D12442846
Octal31232222540352210450106
Binary1100101011010010100101011000111011001010001001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD295; }

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

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

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

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

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

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

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

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