Shades of Green Yellow #86F93B
Tints of Green Yellow #86F93B
RGB
CMYK
RGB Variations
Color information
#86F93B (or 0x86F93B) is known color: Green Yellow. HEX triplet: 86, F9 and 3B. RGB value is (134,249,59). Sum of RGB (Red+Green+Blue) = 134+249+59=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #86F93B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F93B is #7906C4. Grayscale: #C1C1C1. Windows color (decimal): -7931589 or 3930502. OLE color: 3930502.
HSL color Cylindrical-coordinate representation of color #86F93B: hue angle of 96.32º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86F93B is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 249 | 59 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.02 |
| HSL | 96.32º | 0.94% | 0.6% | - |
| HSV(B) | 96.32º | 0.76% | 0.98% | - |
| XYZ | 44.5 | 73.14 | 15.91 | - |
| YUV | 192.96 | 52.4 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 249 | 59 | 0.46 | 0 | 0.76 | 0.02 | 96.32 | 0.94 | 0.6 |
| Hex | 86 | F9 | 3B | 2E | 0 | 4C | 2 | 60 | 5E | 3C |
| Octal | 206 | 371 | 73 | 56 | 0 | 114 | 2 | 140 | 136 | 74 |
| Binary | 10000110 | 11111001 | 111011 | 101110 | 0 | 1001100 | 10 | 1100000 | 1011110 | 111100 |
Color Harmonies of #86F93B
Complementary color
Monochromatic Colors of #86F93B
Black with #86F93B
Text Example
Text Example
White with #86F93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F93B; }
p { color: rgb(134,249,59); }
H1.HeaderClassName
{
color: #86F93B;
}
.AnyTagClassName
{
color: #86F93B;
}
</style>
background-color css
<style>
a { background-color: #86F93B; }
a { background-color: rgb(134,249,59); }
div.DivClassName
{
background-color: #86F93B;
}
.BgClassName
{
background-color: #86F93B;
}
</style>
border-color css
<style>
span { border-color: #86F93B; }
span { border-color: rgb(134,249,59); }
td.TdClassName
{
border-color: #86F93B;
}
.TagClassName
{
border-color: #86F93B;
}
</style>