Html Css Color HEX #CAD395 Green Mist

📋 copy color: '#CAD395'

red 202 ◦ green 211 ◦ blue 149

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

Shades of Green Mist #CAD395

Tints of Green Mist #CAD395

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.54%

 BLUE value IS 149 (58.59% from 255) = 26.51%

R = 35.94%
G = 37.54%
B = 26.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#CAD395 (or 0xCAD395) is known color: Green Mist. HEX triplet: CA, D3 and 95. RGB value is (202,211,149). Sum of RGB (Red+Green+Blue) = 202+211+149=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD395 is #352C6A. Grayscale: #C9C9C9. Windows color (decimal): -3484779 or 9819082. OLE color: 9819082.

HSL color Cylindrical-coordinate representation of color #CAD395: hue angle of 68.71º 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 #CAD395 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 211 149 -
CMYK 0.04 0 0.29 0.17
HSL 68.71º 0.41% 0.71% -
HSV(B) 68.71º 0.29% 0.83% -
XYZ 53.08 61.32 37.47 -
YUV 201.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 202 211 149 0.04 0 0.29 0.17 68.71 0.41 0.71
Hex CA D3 95 4 0 1D 11 45 29 47
Octal 312 323 225 4 0 35 21 105 51 107
Binary 11001010 11010011 10010101 100 0 11101 10001 1000101 101001 1000111

Color Harmonies of #CAD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD395

Black with #CAD395

Text Example


Text Example

White with #CAD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD395; }

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

 H1.HeaderClassName
 {
   color: #CAD395;
 }
 .AnyTagClassName
 {
   color: #CAD395;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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