#C5D295

Color #C5D295 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C5D295

Tints of Green Mist #C5D295

Color information

#C5D295 (or 0xC5D295) is unknown color: approx 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

RGB197210149-
CMYK0.0600.290.18
HSL72.79º40.4%70.39%-
HSV(B)72.79º29.05%82.35%-
XYZ51.560.1337.33-
YUV199.1699.69126.46-

RGB Variations

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

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.80%
R=35.43%
G=37.77%
B=26.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972101490.0600.290.1872.7940.470.39
HexC5D295601D12492846
Octal30532222560352211150106
Binary1100010111010010100101011100111011001010010011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>