Shades of Yellow Green #84D114
Tints of Yellow Green #84D114
RGB
CMYK
RGB Variations
Color information
#84D114 (or 0x84D114) is known color: Yellow Green. HEX triplet: 84, D1 and 14. RGB value is (132,209,20). Sum of RGB (Red+Green+Blue) = 132+209+20=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #84D114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D114 is #7B2EEB. Grayscale: #A5A5A5. Windows color (decimal): -8072940 or 1364356. OLE color: 1364356.
HSL color Cylindrical-coordinate representation of color #84D114: hue angle of 84.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84D114 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 209 | 20 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.18 |
| HSL | 84.44º | 0.83% | 0.45% | - |
| HSV(B) | 84.44º | 0.9% | 0.82% | - |
| XYZ | 32.44 | 50.56 | 8.71 | - |
| YUV | 164.43 | 46.49 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 20 | 0.37 | 0 | 0.90 | 0.18 | 84.44 | 0.83 | 0.45 |
| Hex | 84 | D1 | 14 | 25 | 0 | 5A | 12 | 54 | 53 | 2D |
| Octal | 204 | 321 | 24 | 45 | 0 | 132 | 22 | 124 | 123 | 55 |
| Binary | 10000100 | 11010001 | 10100 | 100101 | 0 | 1011010 | 10010 | 1010100 | 1010011 | 101101 |
Color Harmonies of #84D114
Complementary color
Monochromatic Colors of #84D114
Black with #84D114
Text Example
Text Example
White with #84D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D114; }
p { color: rgb(132,209,20); }
H1.HeaderClassName
{
color: #84D114;
}
.AnyTagClassName
{
color: #84D114;
}
</style>
background-color css
<style>
a { background-color: #84D114; }
a { background-color: rgb(132,209,20); }
div.DivClassName
{
background-color: #84D114;
}
.BgClassName
{
background-color: #84D114;
}
</style>
border-color css
<style>
span { border-color: #84D114; }
span { border-color: rgb(132,209,20); }
td.TdClassName
{
border-color: #84D114;
}
.TagClassName
{
border-color: #84D114;
}
</style>