Shades of Yellow Green #84E126
Tints of Yellow Green #84E126
RGB
CMYK
RGB Variations
Color information
#84E126 (or 0x84E126) is known color: Yellow Green. HEX triplet: 84, E1 and 26. RGB value is (132,225,38). Sum of RGB (Red+Green+Blue) = 132+225+38=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #84E126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E126 is #7B1ED9. Grayscale: #B0B0B0. Windows color (decimal): -8068826 or 2548100. OLE color: 2548100.
HSL color Cylindrical-coordinate representation of color #84E126: hue angle of 89.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84E126 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 38 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.12 |
| HSL | 89.84º | 0.76% | 0.52% | - |
| HSV(B) | 89.84º | 0.83% | 0.88% | - |
| XYZ | 36.79 | 58.9 | 11.26 | - |
| YUV | 175.88 | 50.19 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 38 | 0.41 | 0 | 0.83 | 0.12 | 89.84 | 0.76 | 0.52 |
| Hex | 84 | E1 | 26 | 29 | 0 | 53 | C | 5A | 4C | 34 |
| Octal | 204 | 341 | 46 | 51 | 0 | 123 | 14 | 132 | 114 | 64 |
| Binary | 10000100 | 11100001 | 100110 | 101001 | 0 | 1010011 | 1100 | 1011010 | 1001100 | 110100 |
Color Harmonies of #84E126
Complementary color
Monochromatic Colors of #84E126
Black with #84E126
Text Example
Text Example
White with #84E126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E126; }
p { color: rgb(132,225,38); }
H1.HeaderClassName
{
color: #84E126;
}
.AnyTagClassName
{
color: #84E126;
}
</style>
background-color css
<style>
a { background-color: #84E126; }
a { background-color: rgb(132,225,38); }
div.DivClassName
{
background-color: #84E126;
}
.BgClassName
{
background-color: #84E126;
}
</style>
border-color css
<style>
span { border-color: #84E126; }
span { border-color: rgb(132,225,38); }
td.TdClassName
{
border-color: #84E126;
}
.TagClassName
{
border-color: #84E126;
}
</style>