Shades of Green Yellow #86FE41
Tints of Green Yellow #86FE41
RGB
CMYK
RGB Variations
Color information
#86FE41 (or 0x86FE41) is known color: Green Yellow. HEX triplet: 86, FE and 41. RGB value is (134,254,65). Sum of RGB (Red+Green+Blue) = 134+254+65=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FE41 is #7901BE. Grayscale: #C5C5C5. Windows color (decimal): -7930303 or 4324998. OLE color: 4324998.
HSL color Cylindrical-coordinate representation of color #86FE41: hue angle of 98.1º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86FE41 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 65 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.00 |
| HSL | 98.1º | 0.99% | 0.63% | - |
| HSV(B) | 98.1º | 0.74% | 1% | - |
| XYZ | 46.23 | 76.33 | 17.3 | - |
| YUV | 196.57 | 53.74 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 65 | 0.47 | 0 | 0.74 | 0.00 | 98.1 | 0.99 | 0.63 |
| Hex | 86 | FE | 41 | 2F | 0 | 4A | 0 | 62 | 63 | 3F |
| Octal | 206 | 376 | 101 | 57 | 0 | 112 | 0 | 142 | 143 | 77 |
| Binary | 10000110 | 11111110 | 1000001 | 101111 | 0 | 1001010 | 0 | 1100010 | 1100011 | 111111 |
Color Harmonies of #86FE41
Complementary color
Monochromatic Colors of #86FE41
Black with #86FE41
Text Example
Text Example
White with #86FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE41; }
p { color: rgb(134,254,65); }
H1.HeaderClassName
{
color: #86FE41;
}
.AnyTagClassName
{
color: #86FE41;
}
</style>
background-color css
<style>
a { background-color: #86FE41; }
a { background-color: rgb(134,254,65); }
div.DivClassName
{
background-color: #86FE41;
}
.BgClassName
{
background-color: #86FE41;
}
</style>
border-color css
<style>
span { border-color: #86FE41; }
span { border-color: rgb(134,254,65); }
td.TdClassName
{
border-color: #86FE41;
}
.TagClassName
{
border-color: #86FE41;
}
</style>