Shades of Light Green #86FE78
Tints of Light Green #86FE78
RGB
CMYK
RGB Variations
Color information
#86FE78 (or 0x86FE78) is known color: Light Green. HEX triplet: 86, FE and 78. RGB value is (134,254,120). Sum of RGB (Red+Green+Blue) = 134+254+120=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FE78 is #790187. Grayscale: #CBCBCB. Windows color (decimal): -7930248 or 7929478. OLE color: 7929478.
HSL color Cylindrical-coordinate representation of color #86FE78: hue angle of 113.73º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86FE78 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 120 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.00 |
| HSL | 113.73º | 0.99% | 0.73% | - |
| HSV(B) | 113.73º | 0.53% | 1% | - |
| XYZ | 48.66 | 77.31 | 30.13 | - |
| YUV | 202.84 | 81.24 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 120 | 0.47 | 0 | 0.53 | 0.00 | 113.73 | 0.99 | 0.73 |
| Hex | 86 | FE | 78 | 2F | 0 | 35 | 0 | 72 | 63 | 49 |
| Octal | 206 | 376 | 170 | 57 | 0 | 65 | 0 | 162 | 143 | 111 |
| Binary | 10000110 | 11111110 | 1111000 | 101111 | 0 | 110101 | 0 | 1110010 | 1100011 | 1001001 |
Color Harmonies of #86FE78
Complementary color
Monochromatic Colors of #86FE78
Black with #86FE78
Text Example
Text Example
White with #86FE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE78; }
p { color: rgb(134,254,120); }
H1.HeaderClassName
{
color: #86FE78;
}
.AnyTagClassName
{
color: #86FE78;
}
</style>
background-color css
<style>
a { background-color: #86FE78; }
a { background-color: rgb(134,254,120); }
div.DivClassName
{
background-color: #86FE78;
}
.BgClassName
{
background-color: #86FE78;
}
</style>
border-color css
<style>
span { border-color: #86FE78; }
span { border-color: rgb(134,254,120); }
td.TdClassName
{
border-color: #86FE78;
}
.TagClassName
{
border-color: #86FE78;
}
</style>