Shades of Light Green #95EC88
Tints of Light Green #95EC88
RGB
CMYK
RGB Variations
Color information
#95EC88 (or 0x95EC88) is known color: Light Green. HEX triplet: 95, EC and 88. RGB value is (149,236,136). Sum of RGB (Red+Green+Blue) = 149+236+136=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EC88 is #6A1377. Grayscale: #C6C6C6. Windows color (decimal): -6951800 or 8973461. OLE color: 8973461.
HSL color Cylindrical-coordinate representation of color #95EC88: hue angle of 112.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95EC88 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 136 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.07 |
| HSL | 112.2º | 0.72% | 0.73% | - |
| HSV(B) | 112.2º | 0.42% | 0.93% | - |
| XYZ | 46.83 | 68.16 | 33.98 | - |
| YUV | 198.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 136 | 0.37 | 0 | 0.42 | 0.07 | 112.2 | 0.72 | 0.73 |
| Hex | 95 | EC | 88 | 25 | 0 | 2A | 7 | 70 | 48 | 49 |
| Octal | 225 | 354 | 210 | 45 | 0 | 52 | 7 | 160 | 110 | 111 |
| Binary | 10010101 | 11101100 | 10001000 | 100101 | 0 | 101010 | 111 | 1110000 | 1001000 | 1001001 |
Color Harmonies of #95EC88
Complementary color
Monochromatic Colors of #95EC88
Black with #95EC88
Text Example
Text Example
White with #95EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC88; }
p { color: rgb(149,236,136); }
H1.HeaderClassName
{
color: #95EC88;
}
.AnyTagClassName
{
color: #95EC88;
}
</style>
background-color css
<style>
a { background-color: #95EC88; }
a { background-color: rgb(149,236,136); }
div.DivClassName
{
background-color: #95EC88;
}
.BgClassName
{
background-color: #95EC88;
}
</style>
border-color css
<style>
span { border-color: #95EC88; }
span { border-color: rgb(149,236,136); }
td.TdClassName
{
border-color: #95EC88;
}
.TagClassName
{
border-color: #95EC88;
}
</style>