Shades of Light Green #8DFF86
Tints of Light Green #8DFF86
RGB
CMYK
RGB Variations
Color information
#8DFF86 (or 0x8DFF86) is known color: Light Green. HEX triplet: 8D, FF and 86. RGB value is (141,255,134). Sum of RGB (Red+Green+Blue) = 141+255+134=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFF86 is #720079. Grayscale: #CFCFCF. Windows color (decimal): -7471226 or 8847245. OLE color: 8847245.
HSL color Cylindrical-coordinate representation of color #8DFF86: hue angle of 116.53º 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 #8DFF86 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 134 | - |
| CMYK | 0.45 | 0 | 0.47 | 0 |
| HSL | 116.53º | 1% | 0.76% | - |
| HSV(B) | 116.53º | 0.47% | 1% | - |
| XYZ | 51.05 | 78.9 | 35.09 | - |
| YUV | 207.12 | 86.73 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 134 | 0.45 | 0 | 0.47 | 0 | 116.53 | 1 | 0.76 |
| Hex | 8D | FF | 86 | 2D | 0 | 2F | 0 | 75 | 64 | 4C |
| Octal | 215 | 377 | 206 | 55 | 0 | 57 | 0 | 165 | 144 | 114 |
| Binary | 10001101 | 11111111 | 10000110 | 101101 | 0 | 101111 | 0 | 1110101 | 1100100 | 1001100 |
Color Harmonies of #8DFF86
Complementary color
Monochromatic Colors of #8DFF86
Black with #8DFF86
Text Example
Text Example
White with #8DFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF86; }
p { color: rgb(141,255,134); }
H1.HeaderClassName
{
color: #8DFF86;
}
.AnyTagClassName
{
color: #8DFF86;
}
</style>
background-color css
<style>
a { background-color: #8DFF86; }
a { background-color: rgb(141,255,134); }
div.DivClassName
{
background-color: #8DFF86;
}
.BgClassName
{
background-color: #8DFF86;
}
</style>
border-color css
<style>
span { border-color: #8DFF86; }
span { border-color: rgb(141,255,134); }
td.TdClassName
{
border-color: #8DFF86;
}
.TagClassName
{
border-color: #8DFF86;
}
</style>