Shades of Yellow Green #86CF32
Tints of Yellow Green #86CF32
RGB
CMYK
RGB Variations
Color information
#86CF32 (or 0x86CF32) is known color: Yellow Green. HEX triplet: 86, CF and 32. RGB value is (134,207,50). Sum of RGB (Red+Green+Blue) = 134+207+50=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF32 is #7930CD. Grayscale: #A7A7A7. Windows color (decimal): -7942350 or 3329926. OLE color: 3329926.
HSL color Cylindrical-coordinate representation of color #86CF32: hue angle of 87.9º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86CF32 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 50 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.19 |
| HSL | 87.9º | 0.62% | 0.5% | - |
| HSV(B) | 87.9º | 0.76% | 0.81% | - |
| XYZ | 32.72 | 49.92 | 10.93 | - |
| YUV | 167.28 | 61.82 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 50 | 0.35 | 0 | 0.76 | 0.19 | 87.9 | 0.62 | 0.5 |
| Hex | 86 | CF | 32 | 23 | 0 | 4C | 13 | 58 | 3E | 32 |
| Octal | 206 | 317 | 62 | 43 | 0 | 114 | 23 | 130 | 76 | 62 |
| Binary | 10000110 | 11001111 | 110010 | 100011 | 0 | 1001100 | 10011 | 1011000 | 111110 | 110010 |
Color Harmonies of #86CF32
Complementary color
Monochromatic Colors of #86CF32
Black with #86CF32
Text Example
Text Example
White with #86CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF32; }
p { color: rgb(134,207,50); }
H1.HeaderClassName
{
color: #86CF32;
}
.AnyTagClassName
{
color: #86CF32;
}
</style>
background-color css
<style>
a { background-color: #86CF32; }
a { background-color: rgb(134,207,50); }
div.DivClassName
{
background-color: #86CF32;
}
.BgClassName
{
background-color: #86CF32;
}
</style>
border-color css
<style>
span { border-color: #86CF32; }
span { border-color: rgb(134,207,50); }
td.TdClassName
{
border-color: #86CF32;
}
.TagClassName
{
border-color: #86CF32;
}
</style>