Shades of Light Green #95E597
Tints of Light Green #95E597
RGB
CMYK
RGB Variations
Color information
#95E597 (or 0x95E597) is known color: Light Green. HEX triplet: 95, E5 and 97. RGB value is (149,229,151). Sum of RGB (Red+Green+Blue) = 149+229+151=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #95E597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E597 is #6A1A68. Grayscale: #C4C4C4. Windows color (decimal): -6953577 or 9954709. OLE color: 9954709.
HSL color Cylindrical-coordinate representation of color #95E597: hue angle of 121.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E597 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 151 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.10 |
| HSL | 121.5º | 0.61% | 0.74% | - |
| HSV(B) | 121.5º | 0.35% | 0.9% | - |
| XYZ | 46 | 64.66 | 39.33 | - |
| YUV | 196.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 151 | 0.35 | 0 | 0.34 | 0.10 | 121.5 | 0.61 | 0.74 |
| Hex | 95 | E5 | 97 | 23 | 0 | 22 | A | 7A | 3D | 4A |
| Octal | 225 | 345 | 227 | 43 | 0 | 42 | 12 | 172 | 75 | 112 |
| Binary | 10010101 | 11100101 | 10010111 | 100011 | 0 | 100010 | 1010 | 1111010 | 111101 | 1001010 |
Color Harmonies of #95E597
Complementary color
Monochromatic Colors of #95E597
Black with #95E597
Text Example
Text Example
White with #95E597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E597; }
p { color: rgb(149,229,151); }
H1.HeaderClassName
{
color: #95E597;
}
.AnyTagClassName
{
color: #95E597;
}
</style>
background-color css
<style>
a { background-color: #95E597; }
a { background-color: rgb(149,229,151); }
div.DivClassName
{
background-color: #95E597;
}
.BgClassName
{
background-color: #95E597;
}
</style>
border-color css
<style>
span { border-color: #95E597; }
span { border-color: rgb(149,229,151); }
td.TdClassName
{
border-color: #95E597;
}
.TagClassName
{
border-color: #95E597;
}
</style>