Shades of Light Green #86F082
Tints of Light Green #86F082
RGB
CMYK
RGB Variations
Color information
#86F082 (or 0x86F082) is known color: Light Green. HEX triplet: 86, F0 and 82. RGB value is (134,240,130). Sum of RGB (Red+Green+Blue) = 134+240+130=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #86F082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F082 is #790F7D. Grayscale: #C4C4C4. Windows color (decimal): -7933822 or 8581254. OLE color: 8581254.
HSL color Cylindrical-coordinate representation of color #86F082: hue angle of 117.82º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F082 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 240 | 130 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.06 |
| HSL | 117.82º | 0.79% | 0.73% | - |
| HSV(B) | 117.82º | 0.46% | 0.94% | - |
| XYZ | 45.02 | 69 | 32.06 | - |
| YUV | 195.77 | 90.88 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 130 | 0.44 | 0 | 0.46 | 0.06 | 117.82 | 0.79 | 0.73 |
| Hex | 86 | F0 | 82 | 2C | 0 | 2E | 6 | 76 | 4F | 49 |
| Octal | 206 | 360 | 202 | 54 | 0 | 56 | 6 | 166 | 117 | 111 |
| Binary | 10000110 | 11110000 | 10000010 | 101100 | 0 | 101110 | 110 | 1110110 | 1001111 | 1001001 |
Color Harmonies of #86F082
Complementary color
Monochromatic Colors of #86F082
Black with #86F082
Text Example
Text Example
White with #86F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F082; }
p { color: rgb(134,240,130); }
H1.HeaderClassName
{
color: #86F082;
}
.AnyTagClassName
{
color: #86F082;
}
</style>
background-color css
<style>
a { background-color: #86F082; }
a { background-color: rgb(134,240,130); }
div.DivClassName
{
background-color: #86F082;
}
.BgClassName
{
background-color: #86F082;
}
</style>
border-color css
<style>
span { border-color: #86F082; }
span { border-color: rgb(134,240,130); }
td.TdClassName
{
border-color: #86F082;
}
.TagClassName
{
border-color: #86F082;
}
</style>