Shades of Light Green #95E790
Tints of Light Green #95E790
RGB
CMYK
RGB Variations
Color information
#95E790 (or 0x95E790) is known color: Light Green. HEX triplet: 95, E7 and 90. RGB value is (149,231,144). Sum of RGB (Red+Green+Blue) = 149+231+144=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #95E790 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E790 is #6A186F. Grayscale: #C4C4C4. Windows color (decimal): -6953072 or 9496469. OLE color: 9496469.
HSL color Cylindrical-coordinate representation of color #95E790: hue angle of 116.55º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95E790 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 231 | 144 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.09 |
| HSL | 116.55º | 0.64% | 0.74% | - |
| HSV(B) | 116.55º | 0.38% | 0.91% | - |
| XYZ | 46 | 65.56 | 36.61 | - |
| YUV | 196.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 231 | 144 | 0.35 | 0 | 0.38 | 0.09 | 116.55 | 0.64 | 0.74 |
| Hex | 95 | E7 | 90 | 23 | 0 | 26 | 9 | 75 | 40 | 4A |
| Octal | 225 | 347 | 220 | 43 | 0 | 46 | 11 | 165 | 100 | 112 |
| Binary | 10010101 | 11100111 | 10010000 | 100011 | 0 | 100110 | 1001 | 1110101 | 1000000 | 1001010 |
Color Harmonies of #95E790
Complementary color
Monochromatic Colors of #95E790
Black with #95E790
Text Example
Text Example
White with #95E790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E790; }
p { color: rgb(149,231,144); }
H1.HeaderClassName
{
color: #95E790;
}
.AnyTagClassName
{
color: #95E790;
}
</style>
background-color css
<style>
a { background-color: #95E790; }
a { background-color: rgb(149,231,144); }
div.DivClassName
{
background-color: #95E790;
}
.BgClassName
{
background-color: #95E790;
}
</style>
border-color css
<style>
span { border-color: #95E790; }
span { border-color: rgb(149,231,144); }
td.TdClassName
{
border-color: #95E790;
}
.TagClassName
{
border-color: #95E790;
}
</style>