Shades of Light Green #86F880
Tints of Light Green #86F880
RGB
CMYK
RGB Variations
Color information
#86F880 (or 0x86F880) is known color: Light Green. HEX triplet: 86, F8 and 80. RGB value is (134,248,128). Sum of RGB (Red+Green+Blue) = 134+248+128=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #86F880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F880 is #79077F. Grayscale: #C8C8C8. Windows color (decimal): -7931776 or 8452230. OLE color: 8452230.
HSL color Cylindrical-coordinate representation of color #86F880: hue angle of 117º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86F880 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 248 | 128 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.03 |
| HSL | 117º | 0.9% | 0.74% | - |
| HSV(B) | 117º | 0.48% | 0.97% | - |
| XYZ | 47.3 | 73.76 | 32.17 | - |
| YUV | 200.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 248 | 128 | 0.46 | 0 | 0.48 | 0.03 | 117 | 0.9 | 0.74 |
| Hex | 86 | F8 | 80 | 2E | 0 | 30 | 3 | 75 | 5A | 4A |
| Octal | 206 | 370 | 200 | 56 | 0 | 60 | 3 | 165 | 132 | 112 |
| Binary | 10000110 | 11111000 | 10000000 | 101110 | 0 | 110000 | 11 | 1110101 | 1011010 | 1001010 |
Color Harmonies of #86F880
Complementary color
Monochromatic Colors of #86F880
Black with #86F880
Text Example
Text Example
White with #86F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F880; }
p { color: rgb(134,248,128); }
H1.HeaderClassName
{
color: #86F880;
}
.AnyTagClassName
{
color: #86F880;
}
</style>
background-color css
<style>
a { background-color: #86F880; }
a { background-color: rgb(134,248,128); }
div.DivClassName
{
background-color: #86F880;
}
.BgClassName
{
background-color: #86F880;
}
</style>
border-color css
<style>
span { border-color: #86F880; }
span { border-color: rgb(134,248,128); }
td.TdClassName
{
border-color: #86F880;
}
.TagClassName
{
border-color: #86F880;
}
</style>