Html Css Color HEX #CAD497 Green Mist

📋 copy color: '#CAD497'

red 202 ◦ green 212 ◦ blue 151

#CAD497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #CAD497

Tints of Green Mist #CAD497

RGB

 RED value IS 202 (79.3% from 255) = 35.75%

 GREEN value IS 212 (83.2% 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 value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#CAD497 (or 0xCAD497) is known color: 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

RGB 202 212 151 -
CMYK 0.05 0 0.29 0.17
HSL 69.84º 0.41% 0.71% -
HSV(B) 69.84º 0.29% 0.83% -
XYZ 53.49 61.88 38.4 -
YUV 202.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 202 212 151 0.05 0 0.29 0.17 69.84 0.41 0.71
Hex CA D4 97 5 0 1D 11 46 29 47
Octal 312 324 227 5 0 35 21 106 51 107
Binary 11001010 11010100 10010111 101 0 11101 10001 1000110 101001 1000111

Color Harmonies of #CAD497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD497

Black with #CAD497

Text Example


Text Example

White with #CAD497

Text Example


Text Example

HTML Codes & Css Web 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>