Shades of Yellow Green #83D616
Tints of Yellow Green #83D616
RGB
CMYK
RGB Variations
Color information
#83D616 (or 0x83D616) is known color: Yellow Green. HEX triplet: 83, D6 and 16. RGB value is (131,214,22). Sum of RGB (Red+Green+Blue) = 131+214+22=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #83D616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D616 is #7C29E9. Grayscale: #A7A7A7. Windows color (decimal): -8137194 or 1496707. OLE color: 1496707.
HSL color Cylindrical-coordinate representation of color #83D616: hue angle of 85.94º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83D616 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 22 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.16 |
| HSL | 85.94º | 0.81% | 0.46% | - |
| HSV(B) | 85.94º | 0.9% | 0.84% | - |
| XYZ | 33.55 | 52.98 | 9.22 | - |
| YUV | 167.3 | 46 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 22 | 0.39 | 0 | 0.90 | 0.16 | 85.94 | 0.81 | 0.46 |
| Hex | 83 | D6 | 16 | 27 | 0 | 5A | 10 | 56 | 51 | 2E |
| Octal | 203 | 326 | 26 | 47 | 0 | 132 | 20 | 126 | 121 | 56 |
| Binary | 10000011 | 11010110 | 10110 | 100111 | 0 | 1011010 | 10000 | 1010110 | 1010001 | 101110 |
Color Harmonies of #83D616
Complementary color
Monochromatic Colors of #83D616
Black with #83D616
Text Example
Text Example
White with #83D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D616; }
p { color: rgb(131,214,22); }
H1.HeaderClassName
{
color: #83D616;
}
.AnyTagClassName
{
color: #83D616;
}
</style>
background-color css
<style>
a { background-color: #83D616; }
a { background-color: rgb(131,214,22); }
div.DivClassName
{
background-color: #83D616;
}
.BgClassName
{
background-color: #83D616;
}
</style>
border-color css
<style>
span { border-color: #83D616; }
span { border-color: rgb(131,214,22); }
td.TdClassName
{
border-color: #83D616;
}
.TagClassName
{
border-color: #83D616;
}
</style>