Shades of Yellow Green #84D010
Tints of Yellow Green #84D010
RGB
CMYK
RGB Variations
Color information
#84D010 (or 0x84D010) is known color: Yellow Green. HEX triplet: 84, D0 and 10. RGB value is (132,208,16). Sum of RGB (Red+Green+Blue) = 132+208+16=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #84D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D010 is #7B2FEF. Grayscale: #A4A4A4. Windows color (decimal): -8073200 or 1101956. OLE color: 1101956.
HSL color Cylindrical-coordinate representation of color #84D010: hue angle of 83.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84D010 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 16 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.18 |
| HSL | 83.75º | 0.86% | 0.44% | - |
| HSV(B) | 83.75º | 0.92% | 0.82% | - |
| XYZ | 32.17 | 50.05 | 8.46 | - |
| YUV | 163.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 16 | 0.37 | 0 | 0.92 | 0.18 | 83.75 | 0.86 | 0.44 |
| Hex | 84 | D0 | 10 | 25 | 0 | 5C | 12 | 54 | 56 | 2C |
| Octal | 204 | 320 | 20 | 45 | 0 | 134 | 22 | 124 | 126 | 54 |
| Binary | 10000100 | 11010000 | 10000 | 100101 | 0 | 1011100 | 10010 | 1010100 | 1010110 | 101100 |
Color Harmonies of #84D010
Complementary color
Monochromatic Colors of #84D010
Black with #84D010
Text Example
Text Example
White with #84D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D010; }
p { color: rgb(132,208,16); }
H1.HeaderClassName
{
color: #84D010;
}
.AnyTagClassName
{
color: #84D010;
}
</style>
background-color css
<style>
a { background-color: #84D010; }
a { background-color: rgb(132,208,16); }
div.DivClassName
{
background-color: #84D010;
}
.BgClassName
{
background-color: #84D010;
}
</style>
border-color css
<style>
span { border-color: #84D010; }
span { border-color: rgb(132,208,16); }
td.TdClassName
{
border-color: #84D010;
}
.TagClassName
{
border-color: #84D010;
}
</style>