Shades of Light Green #95E49E
Tints of Light Green #95E49E
RGB
CMYK
RGB Variations
Color information
#95E49E (or 0x95E49E) is known color: Light Green. HEX triplet: 95, E4 and 9E. RGB value is (149,228,158). Sum of RGB (Red+Green+Blue) = 149+228+158=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #95E49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E49E is #6A1B61. Grayscale: #C4C4C4. Windows color (decimal): -6953826 or 10413205. OLE color: 10413205.
HSL color Cylindrical-coordinate representation of color #95E49E: hue angle of 126.84º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E49E is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 158 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.11 |
| HSL | 126.84º | 0.59% | 0.74% | - |
| HSV(B) | 126.84º | 0.35% | 0.89% | - |
| XYZ | 46.31 | 64.34 | 42.33 | - |
| YUV | 196.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 158 | 0.35 | 0 | 0.31 | 0.11 | 126.84 | 0.59 | 0.74 |
| Hex | 95 | E4 | 9E | 23 | 0 | 1F | B | 7F | 3B | 4A |
| Octal | 225 | 344 | 236 | 43 | 0 | 37 | 13 | 177 | 73 | 112 |
| Binary | 10010101 | 11100100 | 10011110 | 100011 | 0 | 11111 | 1011 | 1111111 | 111011 | 1001010 |
Color Harmonies of #95E49E
Complementary color
Monochromatic Colors of #95E49E
Black with #95E49E
Text Example
Text Example
White with #95E49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E49E; }
p { color: rgb(149,228,158); }
H1.HeaderClassName
{
color: #95E49E;
}
.AnyTagClassName
{
color: #95E49E;
}
</style>
background-color css
<style>
a { background-color: #95E49E; }
a { background-color: rgb(149,228,158); }
div.DivClassName
{
background-color: #95E49E;
}
.BgClassName
{
background-color: #95E49E;
}
</style>
border-color css
<style>
span { border-color: #95E49E; }
span { border-color: rgb(149,228,158); }
td.TdClassName
{
border-color: #95E49E;
}
.TagClassName
{
border-color: #95E49E;
}
</style>