Shades of Green Yellow #86FA41
Tints of Green Yellow #86FA41
RGB
CMYK
RGB Variations
Color information
#86FA41 (or 0x86FA41) is known color: Green Yellow. HEX triplet: 86, FA and 41. RGB value is (134,250,65). Sum of RGB (Red+Green+Blue) = 134+250+65=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FA41 is #7905BE. Grayscale: #C2C2C2. Windows color (decimal): -7931327 or 4323974. OLE color: 4323974.
HSL color Cylindrical-coordinate representation of color #86FA41: hue angle of 97.62º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86FA41 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 65 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.02 |
| HSL | 97.62º | 0.95% | 0.62% | - |
| HSV(B) | 97.62º | 0.74% | 0.98% | - |
| XYZ | 44.97 | 73.82 | 16.88 | - |
| YUV | 194.23 | 55.07 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 65 | 0.46 | 0 | 0.74 | 0.02 | 97.62 | 0.95 | 0.62 |
| Hex | 86 | FA | 41 | 2E | 0 | 4A | 2 | 62 | 5F | 3E |
| Octal | 206 | 372 | 101 | 56 | 0 | 112 | 2 | 142 | 137 | 76 |
| Binary | 10000110 | 11111010 | 1000001 | 101110 | 0 | 1001010 | 10 | 1100010 | 1011111 | 111110 |
Color Harmonies of #86FA41
Complementary color
Monochromatic Colors of #86FA41
Black with #86FA41
Text Example
Text Example
White with #86FA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA41; }
p { color: rgb(134,250,65); }
H1.HeaderClassName
{
color: #86FA41;
}
.AnyTagClassName
{
color: #86FA41;
}
</style>
background-color css
<style>
a { background-color: #86FA41; }
a { background-color: rgb(134,250,65); }
div.DivClassName
{
background-color: #86FA41;
}
.BgClassName
{
background-color: #86FA41;
}
</style>
border-color css
<style>
span { border-color: #86FA41; }
span { border-color: rgb(134,250,65); }
td.TdClassName
{
border-color: #86FA41;
}
.TagClassName
{
border-color: #86FA41;
}
</style>