Shades of Light Green #86FA80
Tints of Light Green #86FA80
RGB
CMYK
RGB Variations
Color information
#86FA80 (or 0x86FA80) is known color: Light Green. HEX triplet: 86, FA and 80. RGB value is (134,250,128). Sum of RGB (Red+Green+Blue) = 134+250+128=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FA80 is #79057F. Grayscale: #C9C9C9. Windows color (decimal): -7931264 or 8452742. OLE color: 8452742.
HSL color Cylindrical-coordinate representation of color #86FA80: hue angle of 117.05º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86FA80 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 128 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.02 |
| HSL | 117.05º | 0.92% | 0.74% | - |
| HSV(B) | 117.05º | 0.49% | 0.98% | - |
| XYZ | 47.91 | 75 | 32.37 | - |
| YUV | 201.41 | 86.57 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 128 | 0.46 | 0 | 0.49 | 0.02 | 117.05 | 0.92 | 0.74 |
| Hex | 86 | FA | 80 | 2E | 0 | 31 | 2 | 75 | 5C | 4A |
| Octal | 206 | 372 | 200 | 56 | 0 | 61 | 2 | 165 | 134 | 112 |
| Binary | 10000110 | 11111010 | 10000000 | 101110 | 0 | 110001 | 10 | 1110101 | 1011100 | 1001010 |
Color Harmonies of #86FA80
Complementary color
Monochromatic Colors of #86FA80
Black with #86FA80
Text Example
Text Example
White with #86FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA80; }
p { color: rgb(134,250,128); }
H1.HeaderClassName
{
color: #86FA80;
}
.AnyTagClassName
{
color: #86FA80;
}
</style>
background-color css
<style>
a { background-color: #86FA80; }
a { background-color: rgb(134,250,128); }
div.DivClassName
{
background-color: #86FA80;
}
.BgClassName
{
background-color: #86FA80;
}
</style>
border-color css
<style>
span { border-color: #86FA80; }
span { border-color: rgb(134,250,128); }
td.TdClassName
{
border-color: #86FA80;
}
.TagClassName
{
border-color: #86FA80;
}
</style>