Shades of Yellow Green #86D50D
Tints of Yellow Green #86D50D
RGB
CMYK
RGB Variations
Color information
#86D50D (or 0x86D50D) is known color: Yellow Green. HEX triplet: 86, D5 and 0D. RGB value is (134,213,13). Sum of RGB (Red+Green+Blue) = 134+213+13=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #86D50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D50D is #792AF2. Grayscale: #A7A7A7. Windows color (decimal): -7940851 or 906630. OLE color: 906630.
HSL color Cylindrical-coordinate representation of color #86D50D: hue angle of 83.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86D50D is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 13 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.16 |
| HSL | 83.7º | 0.88% | 0.44% | - |
| HSV(B) | 83.7º | 0.94% | 0.84% | - |
| XYZ | 33.7 | 52.69 | 8.77 | - |
| YUV | 166.58 | 41.33 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 13 | 0.37 | 0 | 0.94 | 0.16 | 83.7 | 0.88 | 0.44 |
| Hex | 86 | D5 | D | 25 | 0 | 5E | 10 | 54 | 58 | 2C |
| Octal | 206 | 325 | 15 | 45 | 0 | 136 | 20 | 124 | 130 | 54 |
| Binary | 10000110 | 11010101 | 1101 | 100101 | 0 | 1011110 | 10000 | 1010100 | 1011000 | 101100 |
Color Harmonies of #86D50D
Complementary color
Monochromatic Colors of #86D50D
Black with #86D50D
Text Example
Text Example
White with #86D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D50D; }
p { color: rgb(134,213,13); }
H1.HeaderClassName
{
color: #86D50D;
}
.AnyTagClassName
{
color: #86D50D;
}
</style>
background-color css
<style>
a { background-color: #86D50D; }
a { background-color: rgb(134,213,13); }
div.DivClassName
{
background-color: #86D50D;
}
.BgClassName
{
background-color: #86D50D;
}
</style>
border-color css
<style>
span { border-color: #86D50D; }
span { border-color: rgb(134,213,13); }
td.TdClassName
{
border-color: #86D50D;
}
.TagClassName
{
border-color: #86D50D;
}
</style>