Shades of Yellow Green #86D510
Tints of Yellow Green #86D510
RGB
CMYK
RGB Variations
Color information
#86D510 (or 0x86D510) is known color: Yellow Green. HEX triplet: 86, D5 and 10. RGB value is (134,213,16). Sum of RGB (Red+Green+Blue) = 134+213+16=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #86D510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D510 is #792AEF. Grayscale: #A7A7A7. Windows color (decimal): -7940848 or 1103238. OLE color: 1103238.
HSL color Cylindrical-coordinate representation of color #86D510: hue angle of 84.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86D510 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 16 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.16 |
| HSL | 84.06º | 0.86% | 0.45% | - |
| HSV(B) | 84.06º | 0.92% | 0.84% | - |
| XYZ | 33.72 | 52.69 | 8.88 | - |
| YUV | 166.92 | 42.83 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 16 | 0.37 | 0 | 0.92 | 0.16 | 84.06 | 0.86 | 0.45 |
| Hex | 86 | D5 | 10 | 25 | 0 | 5C | 10 | 54 | 56 | 2D |
| Octal | 206 | 325 | 20 | 45 | 0 | 134 | 20 | 124 | 126 | 55 |
| Binary | 10000110 | 11010101 | 10000 | 100101 | 0 | 1011100 | 10000 | 1010100 | 1010110 | 101101 |
Color Harmonies of #86D510
Complementary color
Monochromatic Colors of #86D510
Black with #86D510
Text Example
Text Example
White with #86D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D510; }
p { color: rgb(134,213,16); }
H1.HeaderClassName
{
color: #86D510;
}
.AnyTagClassName
{
color: #86D510;
}
</style>
background-color css
<style>
a { background-color: #86D510; }
a { background-color: rgb(134,213,16); }
div.DivClassName
{
background-color: #86D510;
}
.BgClassName
{
background-color: #86D510;
}
</style>
border-color css
<style>
span { border-color: #86D510; }
span { border-color: rgb(134,213,16); }
td.TdClassName
{
border-color: #86D510;
}
.TagClassName
{
border-color: #86D510;
}
</style>