Shades of Yellow Green #84D610
Tints of Yellow Green #84D610
RGB
CMYK
RGB Variations
Color information
#84D610 (or 0x84D610) is known color: Yellow Green. HEX triplet: 84, D6 and 10. RGB value is (132,214,16). Sum of RGB (Red+Green+Blue) = 132+214+16=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #84D610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D610 is #7B29EF. Grayscale: #A7A7A7. Windows color (decimal): -8071664 or 1103492. OLE color: 1103492.
HSL color Cylindrical-coordinate representation of color #84D610: hue angle of 84.85º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84D610 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 16 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.16 |
| HSL | 84.85º | 0.86% | 0.45% | - |
| HSV(B) | 84.85º | 0.93% | 0.84% | - |
| XYZ | 33.66 | 53.04 | 8.95 | - |
| YUV | 166.91 | 42.83 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 16 | 0.38 | 0 | 0.93 | 0.16 | 84.85 | 0.86 | 0.45 |
| Hex | 84 | D6 | 10 | 26 | 0 | 5D | 10 | 55 | 56 | 2D |
| Octal | 204 | 326 | 20 | 46 | 0 | 135 | 20 | 125 | 126 | 55 |
| Binary | 10000100 | 11010110 | 10000 | 100110 | 0 | 1011101 | 10000 | 1010101 | 1010110 | 101101 |
Color Harmonies of #84D610
Complementary color
Monochromatic Colors of #84D610
Black with #84D610
Text Example
Text Example
White with #84D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D610; }
p { color: rgb(132,214,16); }
H1.HeaderClassName
{
color: #84D610;
}
.AnyTagClassName
{
color: #84D610;
}
</style>
background-color css
<style>
a { background-color: #84D610; }
a { background-color: rgb(132,214,16); }
div.DivClassName
{
background-color: #84D610;
}
.BgClassName
{
background-color: #84D610;
}
</style>
border-color css
<style>
span { border-color: #84D610; }
span { border-color: rgb(132,214,16); }
td.TdClassName
{
border-color: #84D610;
}
.TagClassName
{
border-color: #84D610;
}
</style>