Shades of Light Green #95ED86
Tints of Light Green #95ED86
RGB
CMYK
RGB Variations
Color information
#95ED86 (or 0x95ED86) is known color: Light Green. HEX triplet: 95, ED and 86. RGB value is (149,237,134). Sum of RGB (Red+Green+Blue) = 149+237+134=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95ED86 is #6A1279. Grayscale: #C7C7C7. Windows color (decimal): -6951546 or 8842645. OLE color: 8842645.
HSL color Cylindrical-coordinate representation of color #95ED86: hue angle of 111.26º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95ED86 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 237 | 134 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.07 |
| HSL | 111.26º | 0.74% | 0.73% | - |
| HSV(B) | 111.26º | 0.43% | 0.93% | - |
| XYZ | 46.98 | 68.68 | 33.33 | - |
| YUV | 198.95 | 91.35 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 134 | 0.37 | 0 | 0.43 | 0.07 | 111.26 | 0.74 | 0.73 |
| Hex | 95 | ED | 86 | 25 | 0 | 2B | 7 | 6F | 4A | 49 |
| Octal | 225 | 355 | 206 | 45 | 0 | 53 | 7 | 157 | 112 | 111 |
| Binary | 10010101 | 11101101 | 10000110 | 100101 | 0 | 101011 | 111 | 1101111 | 1001010 | 1001001 |
Color Harmonies of #95ED86
Complementary color
Monochromatic Colors of #95ED86
Black with #95ED86
Text Example
Text Example
White with #95ED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ED86; }
p { color: rgb(149,237,134); }
H1.HeaderClassName
{
color: #95ED86;
}
.AnyTagClassName
{
color: #95ED86;
}
</style>
background-color css
<style>
a { background-color: #95ED86; }
a { background-color: rgb(149,237,134); }
div.DivClassName
{
background-color: #95ED86;
}
.BgClassName
{
background-color: #95ED86;
}
</style>
border-color css
<style>
span { border-color: #95ED86; }
span { border-color: rgb(149,237,134); }
td.TdClassName
{
border-color: #95ED86;
}
.TagClassName
{
border-color: #95ED86;
}
</style>