Shades of Yellow Green #84E132
Tints of Yellow Green #84E132
RGB
CMYK
RGB Variations
Color information
#84E132 (or 0x84E132) is known color: Yellow Green. HEX triplet: 84, E1 and 32. RGB value is (132,225,50). Sum of RGB (Red+Green+Blue) = 132+225+50=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 225 (88.28% from 255 or 55.28% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 225 - color contains mainly: green. Hex color #84E132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E132 is #7B1ECD. Grayscale: #B1B1B1. Windows color (decimal): -8068814 or 3334532. OLE color: 3334532.
HSL color Cylindrical-coordinate representation of color #84E132: hue angle of 91.89º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84E132 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 50 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.12 |
| HSL | 91.89º | 0.74% | 0.54% | - |
| HSV(B) | 91.89º | 0.78% | 0.88% | - |
| XYZ | 37.02 | 58.99 | 12.45 | - |
| YUV | 177.24 | 56.19 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 50 | 0.41 | 0 | 0.78 | 0.12 | 91.89 | 0.74 | 0.54 |
| Hex | 84 | E1 | 32 | 29 | 0 | 4E | C | 5C | 4A | 36 |
| Octal | 204 | 341 | 62 | 51 | 0 | 116 | 14 | 134 | 112 | 66 |
| Binary | 10000100 | 11100001 | 110010 | 101001 | 0 | 1001110 | 1100 | 1011100 | 1001010 | 110110 |
Color Harmonies of #84E132
Complementary color
Monochromatic Colors of #84E132
Black with #84E132
Text Example
Text Example
White with #84E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E132; }
p { color: rgb(132,225,50); }
H1.HeaderClassName
{
color: #84E132;
}
.AnyTagClassName
{
color: #84E132;
}
</style>
background-color css
<style>
a { background-color: #84E132; }
a { background-color: rgb(132,225,50); }
div.DivClassName
{
background-color: #84E132;
}
.BgClassName
{
background-color: #84E132;
}
</style>
border-color css
<style>
span { border-color: #84E132; }
span { border-color: rgb(132,225,50); }
td.TdClassName
{
border-color: #84E132;
}
.TagClassName
{
border-color: #84E132;
}
</style>