Shades of Green Yellow #86FB2B
Tints of Green Yellow #86FB2B
RGB
CMYK
RGB Variations
Color information
#86FB2B (or 0x86FB2B) is known color: Green Yellow. HEX triplet: 86, FB and 2B. RGB value is (134,251,43). Sum of RGB (Red+Green+Blue) = 134+251+43=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FB2B is #7904D4. Grayscale: #C1C1C1. Windows color (decimal): -7931093 or 2882438. OLE color: 2882438.
HSL color Cylindrical-coordinate representation of color #86FB2B: hue angle of 93.75º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86FB2B is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 43 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.02 |
| HSL | 93.75º | 0.96% | 0.58% | - |
| HSV(B) | 93.75º | 0.83% | 0.98% | - |
| XYZ | 44.76 | 74.24 | 14.26 | - |
| YUV | 192.31 | 43.74 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 43 | 0.47 | 0 | 0.83 | 0.02 | 93.75 | 0.96 | 0.58 |
| Hex | 86 | FB | 2B | 2F | 0 | 53 | 2 | 5E | 60 | 3A |
| Octal | 206 | 373 | 53 | 57 | 0 | 123 | 2 | 136 | 140 | 72 |
| Binary | 10000110 | 11111011 | 101011 | 101111 | 0 | 1010011 | 10 | 1011110 | 1100000 | 111010 |
Color Harmonies of #86FB2B
Complementary color
Monochromatic Colors of #86FB2B
Black with #86FB2B
Text Example
Text Example
White with #86FB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB2B; }
p { color: rgb(134,251,43); }
H1.HeaderClassName
{
color: #86FB2B;
}
.AnyTagClassName
{
color: #86FB2B;
}
</style>
background-color css
<style>
a { background-color: #86FB2B; }
a { background-color: rgb(134,251,43); }
div.DivClassName
{
background-color: #86FB2B;
}
.BgClassName
{
background-color: #86FB2B;
}
</style>
border-color css
<style>
span { border-color: #86FB2B; }
span { border-color: rgb(134,251,43); }
td.TdClassName
{
border-color: #86FB2B;
}
.TagClassName
{
border-color: #86FB2B;
}
</style>