Shades of Yellow Green #86D52B
Tints of Yellow Green #86D52B
RGB
CMYK
RGB Variations
Color information
#86D52B (or 0x86D52B) is known color: Yellow Green. HEX triplet: 86, D5 and 2B. RGB value is (134,213,43). Sum of RGB (Red+Green+Blue) = 134+213+43=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #86D52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D52B is #792AD4. Grayscale: #AAAAAA. Windows color (decimal): -7940821 or 2872710. OLE color: 2872710.
HSL color Cylindrical-coordinate representation of color #86D52B: hue angle of 87.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86D52B is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 43 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.16 |
| HSL | 87.88º | 0.67% | 0.5% | - |
| HSV(B) | 87.88º | 0.8% | 0.84% | - |
| XYZ | 34.06 | 52.83 | 10.69 | - |
| YUV | 170 | 56.33 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 43 | 0.37 | 0 | 0.80 | 0.16 | 87.88 | 0.67 | 0.5 |
| Hex | 86 | D5 | 2B | 25 | 0 | 50 | 10 | 58 | 43 | 32 |
| Octal | 206 | 325 | 53 | 45 | 0 | 120 | 20 | 130 | 103 | 62 |
| Binary | 10000110 | 11010101 | 101011 | 100101 | 0 | 1010000 | 10000 | 1011000 | 1000011 | 110010 |
Color Harmonies of #86D52B
Complementary color
Monochromatic Colors of #86D52B
Black with #86D52B
Text Example
Text Example
White with #86D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D52B; }
p { color: rgb(134,213,43); }
H1.HeaderClassName
{
color: #86D52B;
}
.AnyTagClassName
{
color: #86D52B;
}
</style>
background-color css
<style>
a { background-color: #86D52B; }
a { background-color: rgb(134,213,43); }
div.DivClassName
{
background-color: #86D52B;
}
.BgClassName
{
background-color: #86D52B;
}
</style>
border-color css
<style>
span { border-color: #86D52B; }
span { border-color: rgb(134,213,43); }
td.TdClassName
{
border-color: #86D52B;
}
.TagClassName
{
border-color: #86D52B;
}
</style>