Shades of Yellow Green #86D10F
Tints of Yellow Green #86D10F
RGB
CMYK
RGB Variations
Color information
#86D10F (or 0x86D10F) is known color: Yellow Green. HEX triplet: 86, D1 and 0F. RGB value is (134,209,15). Sum of RGB (Red+Green+Blue) = 134+209+15=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #86D10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D10F is #792EF0. Grayscale: #A5A5A5. Windows color (decimal): -7941873 or 1036678. OLE color: 1036678.
HSL color Cylindrical-coordinate representation of color #86D10F: hue angle of 83.2º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86D10F is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 15 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.18 |
| HSL | 83.2º | 0.87% | 0.44% | - |
| HSV(B) | 83.2º | 0.93% | 0.82% | - |
| XYZ | 32.72 | 50.7 | 8.51 | - |
| YUV | 164.46 | 43.65 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 15 | 0.36 | 0 | 0.93 | 0.18 | 83.2 | 0.87 | 0.44 |
| Hex | 86 | D1 | F | 24 | 0 | 5D | 12 | 53 | 57 | 2C |
| Octal | 206 | 321 | 17 | 44 | 0 | 135 | 22 | 123 | 127 | 54 |
| Binary | 10000110 | 11010001 | 1111 | 100100 | 0 | 1011101 | 10010 | 1010011 | 1010111 | 101100 |
Color Harmonies of #86D10F
Complementary color
Monochromatic Colors of #86D10F
Black with #86D10F
Text Example
Text Example
White with #86D10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D10F; }
p { color: rgb(134,209,15); }
H1.HeaderClassName
{
color: #86D10F;
}
.AnyTagClassName
{
color: #86D10F;
}
</style>
background-color css
<style>
a { background-color: #86D10F; }
a { background-color: rgb(134,209,15); }
div.DivClassName
{
background-color: #86D10F;
}
.BgClassName
{
background-color: #86D10F;
}
</style>
border-color css
<style>
span { border-color: #86D10F; }
span { border-color: rgb(134,209,15); }
td.TdClassName
{
border-color: #86D10F;
}
.TagClassName
{
border-color: #86D10F;
}
</style>