Shades of Light Green #86FA78
Tints of Light Green #86FA78
RGB
CMYK
RGB Variations
Color information
#86FA78 (or 0x86FA78) is known color: Light Green. HEX triplet: 86, FA and 78. RGB value is (134,250,120). Sum of RGB (Red+Green+Blue) = 134+250+120=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA78 is #790587. Grayscale: #C8C8C8. Windows color (decimal): -7931272 or 7928454. OLE color: 7928454.
HSL color Cylindrical-coordinate representation of color #86FA78: hue angle of 113.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86FA78 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 120 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.02 |
| HSL | 113.54º | 0.93% | 0.73% | - |
| HSV(B) | 113.54º | 0.52% | 0.98% | - |
| XYZ | 47.41 | 74.8 | 29.71 | - |
| YUV | 200.5 | 82.57 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 120 | 0.46 | 0 | 0.52 | 0.02 | 113.54 | 0.93 | 0.73 |
| Hex | 86 | FA | 78 | 2E | 0 | 34 | 2 | 72 | 5D | 49 |
| Octal | 206 | 372 | 170 | 56 | 0 | 64 | 2 | 162 | 135 | 111 |
| Binary | 10000110 | 11111010 | 1111000 | 101110 | 0 | 110100 | 10 | 1110010 | 1011101 | 1001001 |
Color Harmonies of #86FA78
Complementary color
Monochromatic Colors of #86FA78
Black with #86FA78
Text Example
Text Example
White with #86FA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA78; }
p { color: rgb(134,250,120); }
H1.HeaderClassName
{
color: #86FA78;
}
.AnyTagClassName
{
color: #86FA78;
}
</style>
background-color css
<style>
a { background-color: #86FA78; }
a { background-color: rgb(134,250,120); }
div.DivClassName
{
background-color: #86FA78;
}
.BgClassName
{
background-color: #86FA78;
}
</style>
border-color css
<style>
span { border-color: #86FA78; }
span { border-color: rgb(134,250,120); }
td.TdClassName
{
border-color: #86FA78;
}
.TagClassName
{
border-color: #86FA78;
}
</style>