Shades of Yellow Green #86EA2E
Tints of Yellow Green #86EA2E
RGB
CMYK
RGB Variations
Color information
#86EA2E (or 0x86EA2E) is known color: Yellow Green. HEX triplet: 86, EA and 2E. RGB value is (134,234,46). Sum of RGB (Red+Green+Blue) = 134+234+46=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 234 (91.80% from 255 or 56.52% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EA2E is #7915D1. Grayscale: #B7B7B7. Windows color (decimal): -7935442 or 3074694. OLE color: 3074694.
HSL color Cylindrical-coordinate representation of color #86EA2E: hue angle of 91.91º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86EA2E is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 46 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.08 |
| HSL | 91.91º | 0.82% | 0.55% | - |
| HSV(B) | 91.91º | 0.8% | 0.92% | - |
| XYZ | 39.75 | 64.11 | 12.86 | - |
| YUV | 182.67 | 50.87 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 46 | 0.43 | 0 | 0.80 | 0.08 | 91.91 | 0.82 | 0.55 |
| Hex | 86 | EA | 2E | 2B | 0 | 50 | 8 | 5C | 52 | 37 |
| Octal | 206 | 352 | 56 | 53 | 0 | 120 | 10 | 134 | 122 | 67 |
| Binary | 10000110 | 11101010 | 101110 | 101011 | 0 | 1010000 | 1000 | 1011100 | 1010010 | 110111 |
Color Harmonies of #86EA2E
Complementary color
Monochromatic Colors of #86EA2E
Black with #86EA2E
Text Example
Text Example
White with #86EA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EA2E; }
p { color: rgb(134,234,46); }
H1.HeaderClassName
{
color: #86EA2E;
}
.AnyTagClassName
{
color: #86EA2E;
}
</style>
background-color css
<style>
a { background-color: #86EA2E; }
a { background-color: rgb(134,234,46); }
div.DivClassName
{
background-color: #86EA2E;
}
.BgClassName
{
background-color: #86EA2E;
}
</style>
border-color css
<style>
span { border-color: #86EA2E; }
span { border-color: rgb(134,234,46); }
td.TdClassName
{
border-color: #86EA2E;
}
.TagClassName
{
border-color: #86EA2E;
}
</style>