Shades of Yellow Green #86D521
Tints of Yellow Green #86D521
RGB
CMYK
RGB Variations
Color information
#86D521 (or 0x86D521) is known color: Yellow Green. HEX triplet: 86, D5 and 21. RGB value is (134,213,33). Sum of RGB (Red+Green+Blue) = 134+213+33=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #86D521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D521 is #792ADE. Grayscale: #A9A9A9. Windows color (decimal): -7940831 or 2217350. OLE color: 2217350.
HSL color Cylindrical-coordinate representation of color #86D521: hue angle of 86.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86D521 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 33 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.16 |
| HSL | 86.33º | 0.73% | 0.48% | - |
| HSV(B) | 86.33º | 0.85% | 0.84% | - |
| XYZ | 33.9 | 52.77 | 9.84 | - |
| YUV | 168.86 | 51.33 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 33 | 0.37 | 0 | 0.85 | 0.16 | 86.33 | 0.73 | 0.48 |
| Hex | 86 | D5 | 21 | 25 | 0 | 55 | 10 | 56 | 49 | 30 |
| Octal | 206 | 325 | 41 | 45 | 0 | 125 | 20 | 126 | 111 | 60 |
| Binary | 10000110 | 11010101 | 100001 | 100101 | 0 | 1010101 | 10000 | 1010110 | 1001001 | 110000 |
Color Harmonies of #86D521
Complementary color
Monochromatic Colors of #86D521
Black with #86D521
Text Example
Text Example
White with #86D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D521; }
p { color: rgb(134,213,33); }
H1.HeaderClassName
{
color: #86D521;
}
.AnyTagClassName
{
color: #86D521;
}
</style>
background-color css
<style>
a { background-color: #86D521; }
a { background-color: rgb(134,213,33); }
div.DivClassName
{
background-color: #86D521;
}
.BgClassName
{
background-color: #86D521;
}
</style>
border-color css
<style>
span { border-color: #86D521; }
span { border-color: rgb(134,213,33); }
td.TdClassName
{
border-color: #86D521;
}
.TagClassName
{
border-color: #86D521;
}
</style>