Shades of Light Green #95EC90
Tints of Light Green #95EC90
RGB
CMYK
RGB Variations
Color information
#95EC90 (or 0x95EC90) is known color: Light Green. HEX triplet: 95, EC and 90. RGB value is (149,236,144). Sum of RGB (Red+Green+Blue) = 149+236+144=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EC90 is #6A136F. Grayscale: #C7C7C7. Windows color (decimal): -6951792 or 9497749. OLE color: 9497749.
HSL color Cylindrical-coordinate representation of color #95EC90: hue angle of 116.74º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95EC90 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 144 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.07 |
| HSL | 116.74º | 0.71% | 0.75% | - |
| HSV(B) | 116.74º | 0.39% | 0.93% | - |
| XYZ | 47.42 | 68.39 | 37.09 | - |
| YUV | 199.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 144 | 0.37 | 0 | 0.39 | 0.07 | 116.74 | 0.71 | 0.75 |
| Hex | 95 | EC | 90 | 25 | 0 | 27 | 7 | 75 | 47 | 4B |
| Octal | 225 | 354 | 220 | 45 | 0 | 47 | 7 | 165 | 107 | 113 |
| Binary | 10010101 | 11101100 | 10010000 | 100101 | 0 | 100111 | 111 | 1110101 | 1000111 | 1001011 |
Color Harmonies of #95EC90
Complementary color
Monochromatic Colors of #95EC90
Black with #95EC90
Text Example
Text Example
White with #95EC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC90; }
p { color: rgb(149,236,144); }
H1.HeaderClassName
{
color: #95EC90;
}
.AnyTagClassName
{
color: #95EC90;
}
</style>
background-color css
<style>
a { background-color: #95EC90; }
a { background-color: rgb(149,236,144); }
div.DivClassName
{
background-color: #95EC90;
}
.BgClassName
{
background-color: #95EC90;
}
</style>
border-color css
<style>
span { border-color: #95EC90; }
span { border-color: rgb(149,236,144); }
td.TdClassName
{
border-color: #95EC90;
}
.TagClassName
{
border-color: #95EC90;
}
</style>