Shades of Yellow Green #84DC16
Tints of Yellow Green #84DC16
RGB
CMYK
RGB Variations
Color information
#84DC16 (or 0x84DC16) is known color: Yellow Green. HEX triplet: 84, DC and 16. RGB value is (132,220,22). Sum of RGB (Red+Green+Blue) = 132+220+22=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84DC16 is #7B23E9. Grayscale: #ABABAB. Windows color (decimal): -8070122 or 1498244. OLE color: 1498244.
HSL color Cylindrical-coordinate representation of color #84DC16: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84DC16 is Cyan = 0.40, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 22 | - |
| CMYK | 0.40 | 0 | 0.9 | 0.14 |
| HSL | 86.67º | 0.82% | 0.47% | - |
| HSV(B) | 86.67º | 0.9% | 0.86% | - |
| XYZ | 35.25 | 56.15 | 9.74 | - |
| YUV | 171.12 | 43.85 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 22 | 0.40 | 0 | 0.9 | 0.14 | 86.67 | 0.82 | 0.47 |
| Hex | 84 | DC | 16 | 28 | 0 | 5A | E | 57 | 52 | 2F |
| Octal | 204 | 334 | 26 | 50 | 0 | 132 | 16 | 127 | 122 | 57 |
| Binary | 10000100 | 11011100 | 10110 | 101000 | 0 | 1011010 | 1110 | 1010111 | 1010010 | 101111 |
Color Harmonies of #84DC16
Complementary color
Monochromatic Colors of #84DC16
Black with #84DC16
Text Example
Text Example
White with #84DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC16; }
p { color: rgb(132,220,22); }
H1.HeaderClassName
{
color: #84DC16;
}
.AnyTagClassName
{
color: #84DC16;
}
</style>
background-color css
<style>
a { background-color: #84DC16; }
a { background-color: rgb(132,220,22); }
div.DivClassName
{
background-color: #84DC16;
}
.BgClassName
{
background-color: #84DC16;
}
</style>
border-color css
<style>
span { border-color: #84DC16; }
span { border-color: rgb(132,220,22); }
td.TdClassName
{
border-color: #84DC16;
}
.TagClassName
{
border-color: #84DC16;
}
</style>