Shades of Yellow Green #86D635
Tints of Yellow Green #86D635
RGB
CMYK
RGB Variations
Color information
#86D635 (or 0x86D635) is known color: Yellow Green. HEX triplet: 86, D6 and 35. RGB value is (134,214,53). Sum of RGB (Red+Green+Blue) = 134+214+53=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #86D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D635 is #7929CA. Grayscale: #ACACAC. Windows color (decimal): -7940555 or 3528326. OLE color: 3528326.
HSL color Cylindrical-coordinate representation of color #86D635: hue angle of 89.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86D635 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 53 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.16 |
| HSL | 89.81º | 0.66% | 0.52% | - |
| HSV(B) | 89.81º | 0.75% | 0.84% | - |
| XYZ | 34.52 | 53.42 | 11.86 | - |
| YUV | 171.73 | 61 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 53 | 0.37 | 0 | 0.75 | 0.16 | 89.81 | 0.66 | 0.52 |
| Hex | 86 | D6 | 35 | 25 | 0 | 4B | 10 | 5A | 42 | 34 |
| Octal | 206 | 326 | 65 | 45 | 0 | 113 | 20 | 132 | 102 | 64 |
| Binary | 10000110 | 11010110 | 110101 | 100101 | 0 | 1001011 | 10000 | 1011010 | 1000010 | 110100 |
Color Harmonies of #86D635
Complementary color
Monochromatic Colors of #86D635
Black with #86D635
Text Example
Text Example
White with #86D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D635; }
p { color: rgb(134,214,53); }
H1.HeaderClassName
{
color: #86D635;
}
.AnyTagClassName
{
color: #86D635;
}
</style>
background-color css
<style>
a { background-color: #86D635; }
a { background-color: rgb(134,214,53); }
div.DivClassName
{
background-color: #86D635;
}
.BgClassName
{
background-color: #86D635;
}
</style>
border-color css
<style>
span { border-color: #86D635; }
span { border-color: rgb(134,214,53); }
td.TdClassName
{
border-color: #86D635;
}
.TagClassName
{
border-color: #86D635;
}
</style>