Shades of Yellow Green #84E121
Tints of Yellow Green #84E121
RGB
CMYK
RGB Variations
Color information
#84E121 (or 0x84E121) is known color: Yellow Green. HEX triplet: 84, E1 and 21. RGB value is (132,225,33). Sum of RGB (Red+Green+Blue) = 132+225+33=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #84E121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E121 is #7B1EDE. Grayscale: #AFAFAF. Windows color (decimal): -8068831 or 2220420. OLE color: 2220420.
HSL color Cylindrical-coordinate representation of color #84E121: hue angle of 89.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84E121 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 33 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.12 |
| HSL | 89.06º | 0.76% | 0.51% | - |
| HSV(B) | 89.06º | 0.85% | 0.88% | - |
| XYZ | 36.72 | 58.87 | 10.87 | - |
| YUV | 175.31 | 47.69 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 33 | 0.41 | 0 | 0.85 | 0.12 | 89.06 | 0.76 | 0.51 |
| Hex | 84 | E1 | 21 | 29 | 0 | 55 | C | 59 | 4C | 33 |
| Octal | 204 | 341 | 41 | 51 | 0 | 125 | 14 | 131 | 114 | 63 |
| Binary | 10000100 | 11100001 | 100001 | 101001 | 0 | 1010101 | 1100 | 1011001 | 1001100 | 110011 |
Color Harmonies of #84E121
Complementary color
Monochromatic Colors of #84E121
Black with #84E121
Text Example
Text Example
White with #84E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E121; }
p { color: rgb(132,225,33); }
H1.HeaderClassName
{
color: #84E121;
}
.AnyTagClassName
{
color: #84E121;
}
</style>
background-color css
<style>
a { background-color: #84E121; }
a { background-color: rgb(132,225,33); }
div.DivClassName
{
background-color: #84E121;
}
.BgClassName
{
background-color: #84E121;
}
</style>
border-color css
<style>
span { border-color: #84E121; }
span { border-color: rgb(132,225,33); }
td.TdClassName
{
border-color: #84E121;
}
.TagClassName
{
border-color: #84E121;
}
</style>