Shades of Yellow Green #86D835
Tints of Yellow Green #86D835
RGB
CMYK
RGB Variations
Color information
#86D835 (or 0x86D835) is known color: Yellow Green. HEX triplet: 86, D8 and 35. RGB value is (134,216,53). Sum of RGB (Red+Green+Blue) = 134+216+53=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #86D835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D835 is #7927CA. Grayscale: #ADADAD. Windows color (decimal): -7940043 or 3528838. OLE color: 3528838.
HSL color Cylindrical-coordinate representation of color #86D835: hue angle of 90.18º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86D835 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 53 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.15 |
| HSL | 90.18º | 0.68% | 0.53% | - |
| HSV(B) | 90.18º | 0.75% | 0.85% | - |
| XYZ | 35.03 | 54.44 | 12.03 | - |
| YUV | 172.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 53 | 0.38 | 0 | 0.75 | 0.15 | 90.18 | 0.68 | 0.53 |
| Hex | 86 | D8 | 35 | 26 | 0 | 4B | F | 5A | 44 | 35 |
| Octal | 206 | 330 | 65 | 46 | 0 | 113 | 17 | 132 | 104 | 65 |
| Binary | 10000110 | 11011000 | 110101 | 100110 | 0 | 1001011 | 1111 | 1011010 | 1000100 | 110101 |
Color Harmonies of #86D835
Complementary color
Monochromatic Colors of #86D835
Black with #86D835
Text Example
Text Example
White with #86D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D835; }
p { color: rgb(134,216,53); }
H1.HeaderClassName
{
color: #86D835;
}
.AnyTagClassName
{
color: #86D835;
}
</style>
background-color css
<style>
a { background-color: #86D835; }
a { background-color: rgb(134,216,53); }
div.DivClassName
{
background-color: #86D835;
}
.BgClassName
{
background-color: #86D835;
}
</style>
border-color css
<style>
span { border-color: #86D835; }
span { border-color: rgb(134,216,53); }
td.TdClassName
{
border-color: #86D835;
}
.TagClassName
{
border-color: #86D835;
}
</style>