Html Css Color HEX #C5D295 Green Mist

📋 copy color: '#C5D295'

red 197 ◦ green 210 ◦ blue 149

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

Shades of Green Mist #C5D295

Tints of Green Mist #C5D295

RGB

 RED value IS 197 (77.34% from 255) = 35.43%

 GREEN value IS 210 (82.42% from 255) = 37.77%

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

R = 35.43%
G = 37.77%
B = 26.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#C5D295 (or 0xC5D295) is known color: Green Mist. HEX triplet: C5, D2 and 95. RGB value is (197,210,149). Sum of RGB (Red+Green+Blue) = 197+210+149=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D295 is #3A2D6A. Grayscale: #C7C7C7. Windows color (decimal): -3812715 or 9818821. OLE color: 9818821.

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

Color convert

RGB 197 210 149 -
CMYK 0.06 0 0.29 0.18
HSL 72.79º 0.4% 0.7% -
HSV(B) 72.79º 0.29% 0.82% -
XYZ 51.5 60.13 37.33 -
YUV 199.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 197 210 149 0.06 0 0.29 0.18 72.79 0.4 0.7
Hex C5 D2 95 6 0 1D 12 49 28 46
Octal 305 322 225 6 0 35 22 111 50 106
Binary 11000101 11010010 10010101 110 0 11101 10010 1001001 101000 1000110

Color Harmonies of #C5D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D295

Black with #C5D295

Text Example


Text Example

White with #C5D295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D295; }

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

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

background-color css

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

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

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

border-color css

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

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

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