Shades of Light Green #8BFF86
Tints of Light Green #8BFF86
RGB
CMYK
RGB Variations
Color information
#8BFF86 (or 0x8BFF86) is known color: Light Green. HEX triplet: 8B, FF and 86. RGB value is (139,255,134). Sum of RGB (Red+Green+Blue) = 139+255+134=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFF86 is #740079. Grayscale: #CECECE. Windows color (decimal): -7602298 or 8847243. OLE color: 8847243.
HSL color Cylindrical-coordinate representation of color #8BFF86: hue angle of 117.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BFF86 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 134 | - |
| CMYK | 0.45 | 0 | 0.47 | 0 |
| HSL | 117.52º | 1% | 0.76% | - |
| HSV(B) | 117.52º | 0.47% | 1% | - |
| XYZ | 50.71 | 78.73 | 35.08 | - |
| YUV | 206.52 | 87.07 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 134 | 0.45 | 0 | 0.47 | 0 | 117.52 | 1 | 0.76 |
| Hex | 8B | FF | 86 | 2D | 0 | 2F | 0 | 76 | 64 | 4C |
| Octal | 213 | 377 | 206 | 55 | 0 | 57 | 0 | 166 | 144 | 114 |
| Binary | 10001011 | 11111111 | 10000110 | 101101 | 0 | 101111 | 0 | 1110110 | 1100100 | 1001100 |
Color Harmonies of #8BFF86
Complementary color
Monochromatic Colors of #8BFF86
Black with #8BFF86
Text Example
Text Example
White with #8BFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFF86; }
p { color: rgb(139,255,134); }
H1.HeaderClassName
{
color: #8BFF86;
}
.AnyTagClassName
{
color: #8BFF86;
}
</style>
background-color css
<style>
a { background-color: #8BFF86; }
a { background-color: rgb(139,255,134); }
div.DivClassName
{
background-color: #8BFF86;
}
.BgClassName
{
background-color: #8BFF86;
}
</style>
border-color css
<style>
span { border-color: #8BFF86; }
span { border-color: rgb(139,255,134); }
td.TdClassName
{
border-color: #8BFF86;
}
.TagClassName
{
border-color: #8BFF86;
}
</style>