Shades of Green Yellow #86F12C
Tints of Green Yellow #86F12C
RGB
CMYK
RGB Variations
Color information
#86F12C (or 0x86F12C) is known color: Green Yellow. HEX triplet: 86, F1 and 2C. RGB value is (134,241,44). Sum of RGB (Red+Green+Blue) = 134+241+44=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #86F12C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F12C is #790ED3. Grayscale: #BBBBBB. Windows color (decimal): -7933652 or 2945414. OLE color: 2945414.
HSL color Cylindrical-coordinate representation of color #86F12C: hue angle of 92.59º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86F12C is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 44 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.05 |
| HSL | 92.59º | 0.88% | 0.56% | - |
| HSV(B) | 92.59º | 0.82% | 0.95% | - |
| XYZ | 41.74 | 68.16 | 13.34 | - |
| YUV | 186.55 | 47.55 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 44 | 0.44 | 0 | 0.82 | 0.05 | 92.59 | 0.88 | 0.56 |
| Hex | 86 | F1 | 2C | 2C | 0 | 52 | 5 | 5D | 58 | 38 |
| Octal | 206 | 361 | 54 | 54 | 0 | 122 | 5 | 135 | 130 | 70 |
| Binary | 10000110 | 11110001 | 101100 | 101100 | 0 | 1010010 | 101 | 1011101 | 1011000 | 111000 |
Color Harmonies of #86F12C
Complementary color
Monochromatic Colors of #86F12C
Black with #86F12C
Text Example
Text Example
White with #86F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F12C; }
p { color: rgb(134,241,44); }
H1.HeaderClassName
{
color: #86F12C;
}
.AnyTagClassName
{
color: #86F12C;
}
</style>
background-color css
<style>
a { background-color: #86F12C; }
a { background-color: rgb(134,241,44); }
div.DivClassName
{
background-color: #86F12C;
}
.BgClassName
{
background-color: #86F12C;
}
</style>
border-color css
<style>
span { border-color: #86F12C; }
span { border-color: rgb(134,241,44); }
td.TdClassName
{
border-color: #86F12C;
}
.TagClassName
{
border-color: #86F12C;
}
</style>