Shades of Light Green #86FC8D
Tints of Light Green #86FC8D
RGB
CMYK
RGB Variations
Color information
#86FC8D (or 0x86FC8D) is known color: Light Green. HEX triplet: 86, FC and 8D. RGB value is (134,252,141). Sum of RGB (Red+Green+Blue) = 134+252+141=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FC8D is #790372. Grayscale: #CCCCCC. Windows color (decimal): -7930739 or 9305222. OLE color: 9305222.
HSL color Cylindrical-coordinate representation of color #86FC8D: hue angle of 123.56º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FC8D is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 141 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.01 |
| HSL | 123.56º | 0.95% | 0.76% | - |
| HSV(B) | 123.56º | 0.47% | 0.99% | - |
| XYZ | 49.45 | 76.61 | 37.38 | - |
| YUV | 204.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 141 | 0.47 | 0 | 0.44 | 0.01 | 123.56 | 0.95 | 0.76 |
| Hex | 86 | FC | 8D | 2F | 0 | 2C | 1 | 7C | 5F | 4C |
| Octal | 206 | 374 | 215 | 57 | 0 | 54 | 1 | 174 | 137 | 114 |
| Binary | 10000110 | 11111100 | 10001101 | 101111 | 0 | 101100 | 1 | 1111100 | 1011111 | 1001100 |
Color Harmonies of #86FC8D
Complementary color
Monochromatic Colors of #86FC8D
Black with #86FC8D
Text Example
Text Example
White with #86FC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FC8D; }
p { color: rgb(134,252,141); }
H1.HeaderClassName
{
color: #86FC8D;
}
.AnyTagClassName
{
color: #86FC8D;
}
</style>
background-color css
<style>
a { background-color: #86FC8D; }
a { background-color: rgb(134,252,141); }
div.DivClassName
{
background-color: #86FC8D;
}
.BgClassName
{
background-color: #86FC8D;
}
</style>
border-color css
<style>
span { border-color: #86FC8D; }
span { border-color: rgb(134,252,141); }
td.TdClassName
{
border-color: #86FC8D;
}
.TagClassName
{
border-color: #86FC8D;
}
</style>