Shades of Yellow Green #84E131
Tints of Yellow Green #84E131
RGB
CMYK
RGB Variations
Color information
#84E131 (or 0x84E131) is known color: Yellow Green. HEX triplet: 84, E1 and 31. RGB value is (132,225,49). Sum of RGB (Red+Green+Blue) = 132+225+49=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #84E131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E131 is #7B1ECE. Grayscale: #B1B1B1. Windows color (decimal): -8068815 or 3268996. OLE color: 3268996.
HSL color Cylindrical-coordinate representation of color #84E131: hue angle of 91.7º degrees, saturation: 0.75, 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 #84E131 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 49 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.12 |
| HSL | 91.7º | 0.75% | 0.54% | - |
| HSV(B) | 91.7º | 0.78% | 0.88% | - |
| XYZ | 37 | 58.98 | 12.34 | - |
| YUV | 177.13 | 55.69 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 49 | 0.41 | 0 | 0.78 | 0.12 | 91.7 | 0.75 | 0.54 |
| Hex | 84 | E1 | 31 | 29 | 0 | 4E | C | 5C | 4B | 36 |
| Octal | 204 | 341 | 61 | 51 | 0 | 116 | 14 | 134 | 113 | 66 |
| Binary | 10000100 | 11100001 | 110001 | 101001 | 0 | 1001110 | 1100 | 1011100 | 1001011 | 110110 |
Color Harmonies of #84E131
Complementary color
Monochromatic Colors of #84E131
Black with #84E131
Text Example
Text Example
White with #84E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E131; }
p { color: rgb(132,225,49); }
H1.HeaderClassName
{
color: #84E131;
}
.AnyTagClassName
{
color: #84E131;
}
</style>
background-color css
<style>
a { background-color: #84E131; }
a { background-color: rgb(132,225,49); }
div.DivClassName
{
background-color: #84E131;
}
.BgClassName
{
background-color: #84E131;
}
</style>
border-color css
<style>
span { border-color: #84E131; }
span { border-color: rgb(132,225,49); }
td.TdClassName
{
border-color: #84E131;
}
.TagClassName
{
border-color: #84E131;
}
</style>