Shades of Green Yellow #84FE32
Tints of Green Yellow #84FE32
RGB
CMYK
RGB Variations
Color information
#84FE32 (or 0x84FE32) is known color: Green Yellow. HEX triplet: 84, FE and 32. RGB value is (132,254,50). Sum of RGB (Red+Green+Blue) = 132+254+50=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #84FE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FE32 is #7B01CD. Grayscale: #C2C2C2. Windows color (decimal): -8061390 or 3341956. OLE color: 3341956.
HSL color Cylindrical-coordinate representation of color #84FE32: hue angle of 95.88º 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 #84FE32 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 50 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.00 |
| HSL | 95.88º | 0.99% | 0.6% | - |
| HSV(B) | 95.88º | 0.8% | 1% | - |
| XYZ | 45.53 | 76.02 | 15.29 | - |
| YUV | 194.27 | 46.58 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 50 | 0.48 | 0 | 0.80 | 0.00 | 95.88 | 0.99 | 0.6 |
| Hex | 84 | FE | 32 | 30 | 0 | 50 | 0 | 60 | 63 | 3C |
| Octal | 204 | 376 | 62 | 60 | 0 | 120 | 0 | 140 | 143 | 74 |
| Binary | 10000100 | 11111110 | 110010 | 110000 | 0 | 1010000 | 0 | 1100000 | 1100011 | 111100 |
Color Harmonies of #84FE32
Complementary color
Monochromatic Colors of #84FE32
Black with #84FE32
Text Example
Text Example
White with #84FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FE32; }
p { color: rgb(132,254,50); }
H1.HeaderClassName
{
color: #84FE32;
}
.AnyTagClassName
{
color: #84FE32;
}
</style>
background-color css
<style>
a { background-color: #84FE32; }
a { background-color: rgb(132,254,50); }
div.DivClassName
{
background-color: #84FE32;
}
.BgClassName
{
background-color: #84FE32;
}
</style>
border-color css
<style>
span { border-color: #84FE32; }
span { border-color: rgb(132,254,50); }
td.TdClassName
{
border-color: #84FE32;
}
.TagClassName
{
border-color: #84FE32;
}
</style>