Shades of Light Green #95E59F
Tints of Light Green #95E59F
RGB
CMYK
RGB Variations
Color information
#95E59F (or 0x95E59F) is known color: Light Green. HEX triplet: 95, E5 and 9F. RGB value is (149,229,159). Sum of RGB (Red+Green+Blue) = 149+229+159=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #95E59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E59F is #6A1A60. Grayscale: #C5C5C5. Windows color (decimal): -6953569 or 10478997. OLE color: 10478997.
HSL color Cylindrical-coordinate representation of color #95E59F: hue angle of 127.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E59F is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 159 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.10 |
| HSL | 127.5º | 0.61% | 0.74% | - |
| HSV(B) | 127.5º | 0.35% | 0.9% | - |
| XYZ | 46.67 | 64.93 | 42.87 | - |
| YUV | 197.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 159 | 0.35 | 0 | 0.31 | 0.10 | 127.5 | 0.61 | 0.74 |
| Hex | 95 | E5 | 9F | 23 | 0 | 1F | A | 80 | 3D | 4A |
| Octal | 225 | 345 | 237 | 43 | 0 | 37 | 12 | 200 | 75 | 112 |
| Binary | 10010101 | 11100101 | 10011111 | 100011 | 0 | 11111 | 1010 | 10000000 | 111101 | 1001010 |
Color Harmonies of #95E59F
Complementary color
Monochromatic Colors of #95E59F
Black with #95E59F
Text Example
Text Example
White with #95E59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E59F; }
p { color: rgb(149,229,159); }
H1.HeaderClassName
{
color: #95E59F;
}
.AnyTagClassName
{
color: #95E59F;
}
</style>
background-color css
<style>
a { background-color: #95E59F; }
a { background-color: rgb(149,229,159); }
div.DivClassName
{
background-color: #95E59F;
}
.BgClassName
{
background-color: #95E59F;
}
</style>
border-color css
<style>
span { border-color: #95E59F; }
span { border-color: rgb(149,229,159); }
td.TdClassName
{
border-color: #95E59F;
}
.TagClassName
{
border-color: #95E59F;
}
</style>