Html Css Color HEX #CAD298 Green Mist

📋 copy color: '#CAD298'

red 202 ◦ green 210 ◦ blue 152

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

Shades of Green Mist #CAD298

Tints of Green Mist #CAD298

RGB

 RED value IS 202 (79.3% 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 value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

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

RGB 202 210 152 -
CMYK 0.04 0 0.28 0.18
HSL 68.28º 0.39% 0.71% -
HSV(B) 68.28º 0.28% 0.82% -
XYZ 53.07 60.92 38.67 -
YUV 201 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 202 210 152 0.04 0 0.28 0.18 68.28 0.39 0.71
Hex CA D2 98 4 0 1C 12 44 27 47
Octal 312 322 230 4 0 34 22 104 47 107
Binary 11001010 11010010 10011000 100 0 11100 10010 1000100 100111 1000111

Color Harmonies of #CAD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD298

Black with #CAD298

Text Example


Text Example

White with #CAD298

Text Example


Text Example

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