Shades of Yellow Green #83D210
Tints of Yellow Green #83D210
RGB
CMYK
RGB Variations
Color information
#83D210 (or 0x83D210) is known color: Yellow Green. HEX triplet: 83, D2 and 10. RGB value is (131,210,16). Sum of RGB (Red+Green+Blue) = 131+210+16=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #83D210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D210 is #7C2DEF. Grayscale: #A4A4A4. Windows color (decimal): -8138224 or 1102467. OLE color: 1102467.
HSL color Cylindrical-coordinate representation of color #83D210: hue angle of 84.43º 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 #83D210 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 16 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.18 |
| HSL | 84.43º | 0.86% | 0.44% | - |
| HSV(B) | 84.43º | 0.92% | 0.82% | - |
| XYZ | 32.5 | 50.96 | 8.61 | - |
| YUV | 164.26 | 44.33 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 16 | 0.38 | 0 | 0.92 | 0.18 | 84.43 | 0.86 | 0.44 |
| Hex | 83 | D2 | 10 | 26 | 0 | 5C | 12 | 54 | 56 | 2C |
| Octal | 203 | 322 | 20 | 46 | 0 | 134 | 22 | 124 | 126 | 54 |
| Binary | 10000011 | 11010010 | 10000 | 100110 | 0 | 1011100 | 10010 | 1010100 | 1010110 | 101100 |
Color Harmonies of #83D210
Complementary color
Monochromatic Colors of #83D210
Black with #83D210
Text Example
Text Example
White with #83D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D210; }
p { color: rgb(131,210,16); }
H1.HeaderClassName
{
color: #83D210;
}
.AnyTagClassName
{
color: #83D210;
}
</style>
background-color css
<style>
a { background-color: #83D210; }
a { background-color: rgb(131,210,16); }
div.DivClassName
{
background-color: #83D210;
}
.BgClassName
{
background-color: #83D210;
}
</style>
border-color css
<style>
span { border-color: #83D210; }
span { border-color: rgb(131,210,16); }
td.TdClassName
{
border-color: #83D210;
}
.TagClassName
{
border-color: #83D210;
}
</style>