Shades of Green Yellow #86FE32
Tints of Green Yellow #86FE32
RGB
CMYK
RGB Variations
Color information
#86FE32 (or 0x86FE32) is known color: Green Yellow. HEX triplet: 86, FE and 32. RGB value is (134,254,50). Sum of RGB (Red+Green+Blue) = 134+254+50=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 254 (99.61% from 255 or 57.99% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FE32 is #7901CD. Grayscale: #C3C3C3. Windows color (decimal): -7930318 or 3341958. OLE color: 3341958.
HSL color Cylindrical-coordinate representation of color #86FE32: hue angle of 95.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86FE32 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 50 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.00 |
| HSL | 95.29º | 0.99% | 0.6% | - |
| HSV(B) | 95.29º | 0.8% | 1% | - |
| XYZ | 45.85 | 76.18 | 15.31 | - |
| YUV | 194.86 | 46.24 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 50 | 0.47 | 0 | 0.80 | 0.00 | 95.29 | 0.99 | 0.6 |
| Hex | 86 | FE | 32 | 2F | 0 | 50 | 0 | 5F | 63 | 3C |
| Octal | 206 | 376 | 62 | 57 | 0 | 120 | 0 | 137 | 143 | 74 |
| Binary | 10000110 | 11111110 | 110010 | 101111 | 0 | 1010000 | 0 | 1011111 | 1100011 | 111100 |
Color Harmonies of #86FE32
Complementary color
Monochromatic Colors of #86FE32
Black with #86FE32
Text Example
Text Example
White with #86FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE32; }
p { color: rgb(134,254,50); }
H1.HeaderClassName
{
color: #86FE32;
}
.AnyTagClassName
{
color: #86FE32;
}
</style>
background-color css
<style>
a { background-color: #86FE32; }
a { background-color: rgb(134,254,50); }
div.DivClassName
{
background-color: #86FE32;
}
.BgClassName
{
background-color: #86FE32;
}
</style>
border-color css
<style>
span { border-color: #86FE32; }
span { border-color: rgb(134,254,50); }
td.TdClassName
{
border-color: #86FE32;
}
.TagClassName
{
border-color: #86FE32;
}
</style>