Shades of Yellow Green #82D210
Tints of Yellow Green #82D210
RGB
CMYK
RGB Variations
Color information
#82D210 (or 0x82D210) is known color: Yellow Green. HEX triplet: 82, D2 and 10. RGB value is (130,210,16). Sum of RGB (Red+Green+Blue) = 130+210+16=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #82D210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D210 is #7D2DEF. Grayscale: #A4A4A4. Windows color (decimal): -8203760 or 1102466. OLE color: 1102466.
HSL color Cylindrical-coordinate representation of color #82D210: hue angle of 84.74º 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 #82D210 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 210 | 16 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.18 |
| HSL | 84.74º | 0.86% | 0.44% | - |
| HSV(B) | 84.74º | 0.92% | 0.82% | - |
| XYZ | 32.35 | 50.88 | 8.61 | - |
| YUV | 163.96 | 44.5 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 210 | 16 | 0.38 | 0 | 0.92 | 0.18 | 84.74 | 0.86 | 0.44 |
| Hex | 82 | D2 | 10 | 26 | 0 | 5C | 12 | 55 | 56 | 2C |
| Octal | 202 | 322 | 20 | 46 | 0 | 134 | 22 | 125 | 126 | 54 |
| Binary | 10000010 | 11010010 | 10000 | 100110 | 0 | 1011100 | 10010 | 1010101 | 1010110 | 101100 |
Color Harmonies of #82D210
Complementary color
Monochromatic Colors of #82D210
Black with #82D210
Text Example
Text Example
White with #82D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D210; }
p { color: rgb(130,210,16); }
H1.HeaderClassName
{
color: #82D210;
}
.AnyTagClassName
{
color: #82D210;
}
</style>
background-color css
<style>
a { background-color: #82D210; }
a { background-color: rgb(130,210,16); }
div.DivClassName
{
background-color: #82D210;
}
.BgClassName
{
background-color: #82D210;
}
</style>
border-color css
<style>
span { border-color: #82D210; }
span { border-color: rgb(130,210,16); }
td.TdClassName
{
border-color: #82D210;
}
.TagClassName
{
border-color: #82D210;
}
</style>