Shades of Light Green #95EF86
Tints of Light Green #95EF86
RGB
CMYK
RGB Variations
Color information
#95EF86 (or 0x95EF86) is known color: Light Green. HEX triplet: 95, EF and 86. RGB value is (149,239,134). Sum of RGB (Red+Green+Blue) = 149+239+134=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EF86 is #6A1079. Grayscale: #C8C8C8. Windows color (decimal): -6951034 or 8843157. OLE color: 8843157.
HSL color Cylindrical-coordinate representation of color #95EF86: hue angle of 111.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95EF86 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 134 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.06 |
| HSL | 111.43º | 0.77% | 0.73% | - |
| HSV(B) | 111.43º | 0.44% | 0.94% | - |
| XYZ | 47.56 | 69.84 | 33.53 | - |
| YUV | 200.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 134 | 0.38 | 0 | 0.44 | 0.06 | 111.43 | 0.77 | 0.73 |
| Hex | 95 | EF | 86 | 26 | 0 | 2C | 6 | 6F | 4D | 49 |
| Octal | 225 | 357 | 206 | 46 | 0 | 54 | 6 | 157 | 115 | 111 |
| Binary | 10010101 | 11101111 | 10000110 | 100110 | 0 | 101100 | 110 | 1101111 | 1001101 | 1001001 |
Color Harmonies of #95EF86
Complementary color
Monochromatic Colors of #95EF86
Black with #95EF86
Text Example
Text Example
White with #95EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EF86; }
p { color: rgb(149,239,134); }
H1.HeaderClassName
{
color: #95EF86;
}
.AnyTagClassName
{
color: #95EF86;
}
</style>
background-color css
<style>
a { background-color: #95EF86; }
a { background-color: rgb(149,239,134); }
div.DivClassName
{
background-color: #95EF86;
}
.BgClassName
{
background-color: #95EF86;
}
</style>
border-color css
<style>
span { border-color: #95EF86; }
span { border-color: rgb(149,239,134); }
td.TdClassName
{
border-color: #95EF86;
}
.TagClassName
{
border-color: #95EF86;
}
</style>