Shades of Light Green #86FF78
Tints of Light Green #86FF78
RGB
CMYK
RGB Variations
Color information
#86FF78 (or 0x86FF78) is known color: Light Green. HEX triplet: 86, FF and 78. RGB value is (134,255,120). Sum of RGB (Red+Green+Blue) = 134+255+120=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FF78 is #790087. Grayscale: #CBCBCB. Windows color (decimal): -7929992 or 7929734. OLE color: 7929734.
HSL color Cylindrical-coordinate representation of color #86FF78: hue angle of 113.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86FF78 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 120 | - |
| CMYK | 0.47 | 0 | 0.53 | 0 |
| HSL | 113.78º | 1% | 0.74% | - |
| HSV(B) | 113.78º | 0.53% | 1% | - |
| XYZ | 48.98 | 77.94 | 30.23 | - |
| YUV | 203.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 120 | 0.47 | 0 | 0.53 | 0 | 113.78 | 1 | 0.74 |
| Hex | 86 | FF | 78 | 2F | 0 | 35 | 0 | 72 | 64 | 4A |
| Octal | 206 | 377 | 170 | 57 | 0 | 65 | 0 | 162 | 144 | 112 |
| Binary | 10000110 | 11111111 | 1111000 | 101111 | 0 | 110101 | 0 | 1110010 | 1100100 | 1001010 |
Color Harmonies of #86FF78
Complementary color
Monochromatic Colors of #86FF78
Black with #86FF78
Text Example
Text Example
White with #86FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF78; }
p { color: rgb(134,255,120); }
H1.HeaderClassName
{
color: #86FF78;
}
.AnyTagClassName
{
color: #86FF78;
}
</style>
background-color css
<style>
a { background-color: #86FF78; }
a { background-color: rgb(134,255,120); }
div.DivClassName
{
background-color: #86FF78;
}
.BgClassName
{
background-color: #86FF78;
}
</style>
border-color css
<style>
span { border-color: #86FF78; }
span { border-color: rgb(134,255,120); }
td.TdClassName
{
border-color: #86FF78;
}
.TagClassName
{
border-color: #86FF78;
}
</style>