Shades of Yellow Green #86D024
Tints of Yellow Green #86D024
RGB
CMYK
RGB Variations
Color information
#86D024 (or 0x86D024) is known color: Yellow Green. HEX triplet: 86, D0 and 24. RGB value is (134,208,36). Sum of RGB (Red+Green+Blue) = 134+208+36=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #86D024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D024 is #792FDB. Grayscale: #A6A6A6. Windows color (decimal): -7942108 or 2412678. OLE color: 2412678.
HSL color Cylindrical-coordinate representation of color #86D024: hue angle of 85.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86D024 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 36 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.18 |
| HSL | 85.81º | 0.7% | 0.48% | - |
| HSV(B) | 85.81º | 0.83% | 0.82% | - |
| XYZ | 32.71 | 50.31 | 9.66 | - |
| YUV | 166.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 36 | 0.36 | 0 | 0.83 | 0.18 | 85.81 | 0.7 | 0.48 |
| Hex | 86 | D0 | 24 | 24 | 0 | 53 | 12 | 56 | 46 | 30 |
| Octal | 206 | 320 | 44 | 44 | 0 | 123 | 22 | 126 | 106 | 60 |
| Binary | 10000110 | 11010000 | 100100 | 100100 | 0 | 1010011 | 10010 | 1010110 | 1000110 | 110000 |
Color Harmonies of #86D024
Complementary color
Monochromatic Colors of #86D024
Black with #86D024
Text Example
Text Example
White with #86D024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D024; }
p { color: rgb(134,208,36); }
H1.HeaderClassName
{
color: #86D024;
}
.AnyTagClassName
{
color: #86D024;
}
</style>
background-color css
<style>
a { background-color: #86D024; }
a { background-color: rgb(134,208,36); }
div.DivClassName
{
background-color: #86D024;
}
.BgClassName
{
background-color: #86D024;
}
</style>
border-color css
<style>
span { border-color: #86D024; }
span { border-color: rgb(134,208,36); }
td.TdClassName
{
border-color: #86D024;
}
.TagClassName
{
border-color: #86D024;
}
</style>