Shades of Light Green #95E997
Tints of Light Green #95E997
RGB
CMYK
RGB Variations
Color information
#95E997 (or 0x95E997) is known color: Light Green. HEX triplet: 95, E9 and 97. RGB value is (149,233,151). Sum of RGB (Red+Green+Blue) = 149+233+151=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #95E997 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E997 is #6A1668. Grayscale: #C6C6C6. Windows color (decimal): -6952553 or 9955733. OLE color: 9955733.
HSL color Cylindrical-coordinate representation of color #95E997: hue angle of 121.43º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E997 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 151 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.09 |
| HSL | 121.43º | 0.66% | 0.75% | - |
| HSV(B) | 121.43º | 0.36% | 0.91% | - |
| XYZ | 47.12 | 66.9 | 39.71 | - |
| YUV | 198.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 151 | 0.36 | 0 | 0.35 | 0.09 | 121.43 | 0.66 | 0.75 |
| Hex | 95 | E9 | 97 | 24 | 0 | 23 | 9 | 79 | 42 | 4B |
| Octal | 225 | 351 | 227 | 44 | 0 | 43 | 11 | 171 | 102 | 113 |
| Binary | 10010101 | 11101001 | 10010111 | 100100 | 0 | 100011 | 1001 | 1111001 | 1000010 | 1001011 |
Color Harmonies of #95E997
Complementary color
Monochromatic Colors of #95E997
Black with #95E997
Text Example
Text Example
White with #95E997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E997; }
p { color: rgb(149,233,151); }
H1.HeaderClassName
{
color: #95E997;
}
.AnyTagClassName
{
color: #95E997;
}
</style>
background-color css
<style>
a { background-color: #95E997; }
a { background-color: rgb(149,233,151); }
div.DivClassName
{
background-color: #95E997;
}
.BgClassName
{
background-color: #95E997;
}
</style>
border-color css
<style>
span { border-color: #95E997; }
span { border-color: rgb(149,233,151); }
td.TdClassName
{
border-color: #95E997;
}
.TagClassName
{
border-color: #95E997;
}
</style>