Shades of Green Yellow #86F940
Tints of Green Yellow #86F940
RGB
CMYK
RGB Variations
Color information
#86F940 (or 0x86F940) is known color: Green Yellow. HEX triplet: 86, F9 and 40. RGB value is (134,249,64). Sum of RGB (Red+Green+Blue) = 134+249+64=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #86F940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F940 is #7906BF. Grayscale: #C2C2C2. Windows color (decimal): -7931584 or 4258182. OLE color: 4258182.
HSL color Cylindrical-coordinate representation of color #86F940: hue angle of 97.3º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86F940 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 249 | 64 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.02 |
| HSL | 97.3º | 0.94% | 0.61% | - |
| HSV(B) | 97.3º | 0.74% | 0.98% | - |
| XYZ | 44.63 | 73.19 | 16.63 | - |
| YUV | 193.53 | 54.9 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 249 | 64 | 0.46 | 0 | 0.74 | 0.02 | 97.3 | 0.94 | 0.61 |
| Hex | 86 | F9 | 40 | 2E | 0 | 4A | 2 | 61 | 5E | 3D |
| Octal | 206 | 371 | 100 | 56 | 0 | 112 | 2 | 141 | 136 | 75 |
| Binary | 10000110 | 11111001 | 1000000 | 101110 | 0 | 1001010 | 10 | 1100001 | 1011110 | 111101 |
Color Harmonies of #86F940
Complementary color
Monochromatic Colors of #86F940
Black with #86F940
Text Example
Text Example
White with #86F940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F940; }
p { color: rgb(134,249,64); }
H1.HeaderClassName
{
color: #86F940;
}
.AnyTagClassName
{
color: #86F940;
}
</style>
background-color css
<style>
a { background-color: #86F940; }
a { background-color: rgb(134,249,64); }
div.DivClassName
{
background-color: #86F940;
}
.BgClassName
{
background-color: #86F940;
}
</style>
border-color css
<style>
span { border-color: #86F940; }
span { border-color: rgb(134,249,64); }
td.TdClassName
{
border-color: #86F940;
}
.TagClassName
{
border-color: #86F940;
}
</style>