Shades of Green Yellow #86FF40
Tints of Green Yellow #86FF40
RGB
CMYK
RGB Variations
Color information
#86FF40 (or 0x86FF40) is known color: Green Yellow. HEX triplet: 86, FF and 40. RGB value is (134,255,64). Sum of RGB (Red+Green+Blue) = 134+255+64=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FF40 is #7900BF. Grayscale: #C5C5C5. Windows color (decimal): -7930048 or 4259718. OLE color: 4259718.
HSL color Cylindrical-coordinate representation of color #86FF40: hue angle of 98.01º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86FF40 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 64 | - |
| CMYK | 0.47 | 0 | 0.75 | 0 |
| HSL | 98.01º | 1% | 0.63% | - |
| HSV(B) | 98.01º | 0.75% | 1% | - |
| XYZ | 46.52 | 76.96 | 17.25 | - |
| YUV | 197.05 | 52.91 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 64 | 0.47 | 0 | 0.75 | 0 | 98.01 | 1 | 0.63 |
| Hex | 86 | FF | 40 | 2F | 0 | 4B | 0 | 62 | 64 | 3F |
| Octal | 206 | 377 | 100 | 57 | 0 | 113 | 0 | 142 | 144 | 77 |
| Binary | 10000110 | 11111111 | 1000000 | 101111 | 0 | 1001011 | 0 | 1100010 | 1100100 | 111111 |
Color Harmonies of #86FF40
Complementary color
Monochromatic Colors of #86FF40
Black with #86FF40
Text Example
Text Example
White with #86FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF40; }
p { color: rgb(134,255,64); }
H1.HeaderClassName
{
color: #86FF40;
}
.AnyTagClassName
{
color: #86FF40;
}
</style>
background-color css
<style>
a { background-color: #86FF40; }
a { background-color: rgb(134,255,64); }
div.DivClassName
{
background-color: #86FF40;
}
.BgClassName
{
background-color: #86FF40;
}
</style>
border-color css
<style>
span { border-color: #86FF40; }
span { border-color: rgb(134,255,64); }
td.TdClassName
{
border-color: #86FF40;
}
.TagClassName
{
border-color: #86FF40;
}
</style>