Shades of Yellow Green #86D610
Tints of Yellow Green #86D610
RGB
CMYK
RGB Variations
Color information
#86D610 (or 0x86D610) is known color: Yellow Green. HEX triplet: 86, D6 and 10. RGB value is (134,214,16). Sum of RGB (Red+Green+Blue) = 134+214+16=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #86D610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D610 is #7929EF. Grayscale: #A8A8A8. Windows color (decimal): -7940592 or 1103494. OLE color: 1103494.
HSL color Cylindrical-coordinate representation of color #86D610: hue angle of 84.24º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86D610 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 16 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.16 |
| HSL | 84.24º | 0.86% | 0.45% | - |
| HSV(B) | 84.24º | 0.93% | 0.84% | - |
| XYZ | 33.97 | 53.2 | 8.97 | - |
| YUV | 167.51 | 42.5 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 16 | 0.37 | 0 | 0.93 | 0.16 | 84.24 | 0.86 | 0.45 |
| Hex | 86 | D6 | 10 | 25 | 0 | 5D | 10 | 54 | 56 | 2D |
| Octal | 206 | 326 | 20 | 45 | 0 | 135 | 20 | 124 | 126 | 55 |
| Binary | 10000110 | 11010110 | 10000 | 100101 | 0 | 1011101 | 10000 | 1010100 | 1010110 | 101101 |
Color Harmonies of #86D610
Complementary color
Monochromatic Colors of #86D610
Black with #86D610
Text Example
Text Example
White with #86D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D610; }
p { color: rgb(134,214,16); }
H1.HeaderClassName
{
color: #86D610;
}
.AnyTagClassName
{
color: #86D610;
}
</style>
background-color css
<style>
a { background-color: #86D610; }
a { background-color: rgb(134,214,16); }
div.DivClassName
{
background-color: #86D610;
}
.BgClassName
{
background-color: #86D610;
}
</style>
border-color css
<style>
span { border-color: #86D610; }
span { border-color: rgb(134,214,16); }
td.TdClassName
{
border-color: #86D610;
}
.TagClassName
{
border-color: #86D610;
}
</style>