Shades of Yellow Green #86D121
Tints of Yellow Green #86D121
RGB
CMYK
RGB Variations
Color information
#86D121 (or 0x86D121) is known color: Yellow Green. HEX triplet: 86, D1 and 21. RGB value is (134,209,33). Sum of RGB (Red+Green+Blue) = 134+209+33=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 209 (82.03% from 255 or 55.59% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 209 - color contains mainly: green. Hex color #86D121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D121 is #792EDE. Grayscale: #A7A7A7. Windows color (decimal): -7941855 or 2216326. OLE color: 2216326.
HSL color Cylindrical-coordinate representation of color #86D121: hue angle of 85.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86D121 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 33 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.18 |
| HSL | 85.57º | 0.73% | 0.47% | - |
| HSV(B) | 85.57º | 0.84% | 0.82% | - |
| XYZ | 32.91 | 50.78 | 9.51 | - |
| YUV | 166.51 | 52.65 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 33 | 0.36 | 0 | 0.84 | 0.18 | 85.57 | 0.73 | 0.47 |
| Hex | 86 | D1 | 21 | 24 | 0 | 54 | 12 | 56 | 49 | 2F |
| Octal | 206 | 321 | 41 | 44 | 0 | 124 | 22 | 126 | 111 | 57 |
| Binary | 10000110 | 11010001 | 100001 | 100100 | 0 | 1010100 | 10010 | 1010110 | 1001001 | 101111 |
Color Harmonies of #86D121
Complementary color
Monochromatic Colors of #86D121
Black with #86D121
Text Example
Text Example
White with #86D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D121; }
p { color: rgb(134,209,33); }
H1.HeaderClassName
{
color: #86D121;
}
.AnyTagClassName
{
color: #86D121;
}
</style>
background-color css
<style>
a { background-color: #86D121; }
a { background-color: rgb(134,209,33); }
div.DivClassName
{
background-color: #86D121;
}
.BgClassName
{
background-color: #86D121;
}
</style>
border-color css
<style>
span { border-color: #86D121; }
span { border-color: rgb(134,209,33); }
td.TdClassName
{
border-color: #86D121;
}
.TagClassName
{
border-color: #86D121;
}
</style>