Shades of Light Green #95E197
Tints of Light Green #95E197
RGB
CMYK
RGB Variations
Color information
#95E197 (or 0x95E197) is known color: Light Green. HEX triplet: 95, E1 and 97. RGB value is (149,225,151). Sum of RGB (Red+Green+Blue) = 149+225+151=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #95E197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E197 is #6A1E68. Grayscale: #C2C2C2. Windows color (decimal): -6954601 or 9953685. OLE color: 9953685.
HSL color Cylindrical-coordinate representation of color #95E197: hue angle of 121.58º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E197 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 151 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.12 |
| HSL | 121.58º | 0.56% | 0.73% | - |
| HSV(B) | 121.58º | 0.34% | 0.88% | - |
| XYZ | 44.91 | 62.47 | 38.97 | - |
| YUV | 193.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 151 | 0.34 | 0 | 0.33 | 0.12 | 121.58 | 0.56 | 0.73 |
| Hex | 95 | E1 | 97 | 22 | 0 | 21 | C | 7A | 38 | 49 |
| Octal | 225 | 341 | 227 | 42 | 0 | 41 | 14 | 172 | 70 | 111 |
| Binary | 10010101 | 11100001 | 10010111 | 100010 | 0 | 100001 | 1100 | 1111010 | 111000 | 1001001 |
Color Harmonies of #95E197
Complementary color
Monochromatic Colors of #95E197
Black with #95E197
Text Example
Text Example
White with #95E197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E197; }
p { color: rgb(149,225,151); }
H1.HeaderClassName
{
color: #95E197;
}
.AnyTagClassName
{
color: #95E197;
}
</style>
background-color css
<style>
a { background-color: #95E197; }
a { background-color: rgb(149,225,151); }
div.DivClassName
{
background-color: #95E197;
}
.BgClassName
{
background-color: #95E197;
}
</style>
border-color css
<style>
span { border-color: #95E197; }
span { border-color: rgb(149,225,151); }
td.TdClassName
{
border-color: #95E197;
}
.TagClassName
{
border-color: #95E197;
}
</style>