Shades of Yellow Green #86C533
Tints of Yellow Green #86C533
RGB
CMYK
RGB Variations
Color information
#86C533 (or 0x86C533) is known color: Yellow Green. HEX triplet: 86, C5 and 33. RGB value is (134,197,51). Sum of RGB (Red+Green+Blue) = 134+197+51=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #86C533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C533 is #793ACC. Grayscale: #A2A2A2. Windows color (decimal): -7944909 or 3392902. OLE color: 3392902.
HSL color Cylindrical-coordinate representation of color #86C533: hue angle of 85.89º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86C533 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 51 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.23 |
| HSL | 85.89º | 0.59% | 0.49% | - |
| HSV(B) | 85.89º | 0.74% | 0.77% | - |
| XYZ | 30.4 | 45.24 | 10.26 | - |
| YUV | 161.52 | 65.63 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 51 | 0.32 | 0 | 0.74 | 0.23 | 85.89 | 0.59 | 0.49 |
| Hex | 86 | C5 | 33 | 20 | 0 | 4A | 17 | 56 | 3B | 31 |
| Octal | 206 | 305 | 63 | 40 | 0 | 112 | 27 | 126 | 73 | 61 |
| Binary | 10000110 | 11000101 | 110011 | 100000 | 0 | 1001010 | 10111 | 1010110 | 111011 | 110001 |
Color Harmonies of #86C533
Complementary color
Monochromatic Colors of #86C533
Black with #86C533
Text Example
Text Example
White with #86C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C533; }
p { color: rgb(134,197,51); }
H1.HeaderClassName
{
color: #86C533;
}
.AnyTagClassName
{
color: #86C533;
}
</style>
background-color css
<style>
a { background-color: #86C533; }
a { background-color: rgb(134,197,51); }
div.DivClassName
{
background-color: #86C533;
}
.BgClassName
{
background-color: #86C533;
}
</style>
border-color css
<style>
span { border-color: #86C533; }
span { border-color: rgb(134,197,51); }
td.TdClassName
{
border-color: #86C533;
}
.TagClassName
{
border-color: #86C533;
}
</style>