Shades of Light Green #95EC8E
Tints of Light Green #95EC8E
RGB
CMYK
RGB Variations
Color information
#95EC8E (or 0x95EC8E) is known color: Light Green. HEX triplet: 95, EC and 8E. RGB value is (149,236,142). Sum of RGB (Red+Green+Blue) = 149+236+142=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EC8E is #6A1371. Grayscale: #C7C7C7. Windows color (decimal): -6951794 or 9366677. OLE color: 9366677.
HSL color Cylindrical-coordinate representation of color #95EC8E: hue angle of 115.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95EC8E is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 142 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.07 |
| HSL | 115.53º | 0.71% | 0.74% | - |
| HSV(B) | 115.53º | 0.4% | 0.93% | - |
| XYZ | 47.27 | 68.33 | 36.29 | - |
| YUV | 199.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 142 | 0.37 | 0 | 0.40 | 0.07 | 115.53 | 0.71 | 0.74 |
| Hex | 95 | EC | 8E | 25 | 0 | 28 | 7 | 74 | 47 | 4A |
| Octal | 225 | 354 | 216 | 45 | 0 | 50 | 7 | 164 | 107 | 112 |
| Binary | 10010101 | 11101100 | 10001110 | 100101 | 0 | 101000 | 111 | 1110100 | 1000111 | 1001010 |
Color Harmonies of #95EC8E
Complementary color
Monochromatic Colors of #95EC8E
Black with #95EC8E
Text Example
Text Example
White with #95EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC8E; }
p { color: rgb(149,236,142); }
H1.HeaderClassName
{
color: #95EC8E;
}
.AnyTagClassName
{
color: #95EC8E;
}
</style>
background-color css
<style>
a { background-color: #95EC8E; }
a { background-color: rgb(149,236,142); }
div.DivClassName
{
background-color: #95EC8E;
}
.BgClassName
{
background-color: #95EC8E;
}
</style>
border-color css
<style>
span { border-color: #95EC8E; }
span { border-color: rgb(149,236,142); }
td.TdClassName
{
border-color: #95EC8E;
}
.TagClassName
{
border-color: #95EC8E;
}
</style>