Shades of Light Green #86FE82
Tints of Light Green #86FE82
RGB
CMYK
RGB Variations
Color information
#86FE82 (or 0x86FE82) is known color: Light Green. HEX triplet: 86, FE and 82. RGB value is (134,254,130). Sum of RGB (Red+Green+Blue) = 134+254+130=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FE82 is #79017D. Grayscale: #CCCCCC. Windows color (decimal): -7930238 or 8584838. OLE color: 8584838.
HSL color Cylindrical-coordinate representation of color #86FE82: hue angle of 118.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86FE82 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 130 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.00 |
| HSL | 118.06º | 0.98% | 0.75% | - |
| HSV(B) | 118.06º | 0.49% | 1% | - |
| XYZ | 49.3 | 77.56 | 33.49 | - |
| YUV | 203.98 | 86.24 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 130 | 0.47 | 0 | 0.49 | 0.00 | 118.06 | 0.98 | 0.75 |
| Hex | 86 | FE | 82 | 2F | 0 | 31 | 0 | 76 | 62 | 4B |
| Octal | 206 | 376 | 202 | 57 | 0 | 61 | 0 | 166 | 142 | 113 |
| Binary | 10000110 | 11111110 | 10000010 | 101111 | 0 | 110001 | 0 | 1110110 | 1100010 | 1001011 |
Color Harmonies of #86FE82
Complementary color
Monochromatic Colors of #86FE82
Black with #86FE82
Text Example
Text Example
White with #86FE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE82; }
p { color: rgb(134,254,130); }
H1.HeaderClassName
{
color: #86FE82;
}
.AnyTagClassName
{
color: #86FE82;
}
</style>
background-color css
<style>
a { background-color: #86FE82; }
a { background-color: rgb(134,254,130); }
div.DivClassName
{
background-color: #86FE82;
}
.BgClassName
{
background-color: #86FE82;
}
</style>
border-color css
<style>
span { border-color: #86FE82; }
span { border-color: rgb(134,254,130); }
td.TdClassName
{
border-color: #86FE82;
}
.TagClassName
{
border-color: #86FE82;
}
</style>