Shades of Yellow Green #84DD21
Tints of Yellow Green #84DD21
RGB
CMYK
RGB Variations
Color information
#84DD21 (or 0x84DD21) is known color: Yellow Green. HEX triplet: 84, DD and 21. RGB value is (132,221,33). Sum of RGB (Red+Green+Blue) = 132+221+33=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DD21 is #7B22DE. Grayscale: #ADADAD. Windows color (decimal): -8069855 or 2219396. OLE color: 2219396.
HSL color Cylindrical-coordinate representation of color #84DD21: hue angle of 88.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84DD21 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 33 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.13 |
| HSL | 88.4º | 0.74% | 0.5% | - |
| HSV(B) | 88.4º | 0.85% | 0.87% | - |
| XYZ | 35.65 | 56.73 | 10.51 | - |
| YUV | 172.96 | 49.01 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 33 | 0.40 | 0 | 0.85 | 0.13 | 88.4 | 0.74 | 0.5 |
| Hex | 84 | DD | 21 | 28 | 0 | 55 | D | 58 | 4A | 32 |
| Octal | 204 | 335 | 41 | 50 | 0 | 125 | 15 | 130 | 112 | 62 |
| Binary | 10000100 | 11011101 | 100001 | 101000 | 0 | 1010101 | 1101 | 1011000 | 1001010 | 110010 |
Color Harmonies of #84DD21
Complementary color
Monochromatic Colors of #84DD21
Black with #84DD21
Text Example
Text Example
White with #84DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD21; }
p { color: rgb(132,221,33); }
H1.HeaderClassName
{
color: #84DD21;
}
.AnyTagClassName
{
color: #84DD21;
}
</style>
background-color css
<style>
a { background-color: #84DD21; }
a { background-color: rgb(132,221,33); }
div.DivClassName
{
background-color: #84DD21;
}
.BgClassName
{
background-color: #84DD21;
}
</style>
border-color css
<style>
span { border-color: #84DD21; }
span { border-color: rgb(132,221,33); }
td.TdClassName
{
border-color: #84DD21;
}
.TagClassName
{
border-color: #84DD21;
}
</style>