Html Css Color HEX #C8D495 Green Mist

📋 copy color: '#C8D495'

red 200 ◦ green 212 ◦ blue 149

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

Shades of Green Mist #C8D495

Tints of Green Mist #C8D495

RGB

 RED value IS 200 (78.52% from 255) = 35.65%

 GREEN value IS 212 (83.2% from 255) = 37.79%

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

R = 35.65%
G = 37.79%
B = 26.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#C8D495 (or 0xC8D495) is known color: Green Mist. HEX triplet: C8, D4 and 95. RGB value is (200,212,149). Sum of RGB (Red+Green+Blue) = 200+212+149=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D495 is #372B6A. Grayscale: #C9C9C9. Windows color (decimal): -3615595 or 9819336. OLE color: 9819336.

HSL color Cylindrical-coordinate representation of color #C8D495: hue angle of 71.43º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8D495 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 212 149 -
CMYK 0.06 0 0.30 0.17
HSL 71.43º 0.42% 0.71% -
HSV(B) 71.43º 0.3% 0.83% -
XYZ 52.79 61.54 37.53 -
YUV 201.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 200 212 149 0.06 0 0.30 0.17 71.43 0.42 0.71
Hex C8 D4 95 6 0 1E 11 47 2A 47
Octal 310 324 225 6 0 36 21 107 52 107
Binary 11001000 11010100 10010101 110 0 11110 10001 1000111 101010 1000111

Color Harmonies of #C8D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D495

Black with #C8D495

Text Example


Text Example

White with #C8D495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D495; }

 p { color: rgb(200,212,149); }

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

background-color css

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

 a { background-color: rgb(200,212,149); }

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

border-color css

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

 span { border-color: rgb(200,212,149); }

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