Shades of Green Yellow #86F83A
Tints of Green Yellow #86F83A
RGB
CMYK
RGB Variations
Color information
#86F83A (or 0x86F83A) is known color: Green Yellow. HEX triplet: 86, F8 and 3A. RGB value is (134,248,58). Sum of RGB (Red+Green+Blue) = 134+248+58=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #86F83A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F83A is #7907C5. Grayscale: #C0C0C0. Windows color (decimal): -7931846 or 3864710. OLE color: 3864710.
HSL color Cylindrical-coordinate representation of color #86F83A: hue angle of 96º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86F83A is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 248 | 58 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.03 |
| HSL | 96º | 0.93% | 0.6% | - |
| HSV(B) | 96º | 0.77% | 0.97% | - |
| XYZ | 44.16 | 72.51 | 15.67 | - |
| YUV | 192.25 | 52.23 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 248 | 58 | 0.46 | 0 | 0.77 | 0.03 | 96 | 0.93 | 0.6 |
| Hex | 86 | F8 | 3A | 2E | 0 | 4D | 3 | 60 | 5D | 3C |
| Octal | 206 | 370 | 72 | 56 | 0 | 115 | 3 | 140 | 135 | 74 |
| Binary | 10000110 | 11111000 | 111010 | 101110 | 0 | 1001101 | 11 | 1100000 | 1011101 | 111100 |
Color Harmonies of #86F83A
Complementary color
Monochromatic Colors of #86F83A
Black with #86F83A
Text Example
Text Example
White with #86F83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F83A; }
p { color: rgb(134,248,58); }
H1.HeaderClassName
{
color: #86F83A;
}
.AnyTagClassName
{
color: #86F83A;
}
</style>
background-color css
<style>
a { background-color: #86F83A; }
a { background-color: rgb(134,248,58); }
div.DivClassName
{
background-color: #86F83A;
}
.BgClassName
{
background-color: #86F83A;
}
</style>
border-color css
<style>
span { border-color: #86F83A; }
span { border-color: rgb(134,248,58); }
td.TdClassName
{
border-color: #86F83A;
}
.TagClassName
{
border-color: #86F83A;
}
</style>