Shades of Yellow Green #83DB16
Tints of Yellow Green #83DB16
RGB
CMYK
RGB Variations
Color information
#83DB16 (or 0x83DB16) is known color: Yellow Green. HEX triplet: 83, DB and 16. RGB value is (131,219,22). Sum of RGB (Red+Green+Blue) = 131+219+22=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83DB16 is #7C24E9. Grayscale: #AAAAAA. Windows color (decimal): -8135914 or 1497987. OLE color: 1497987.
HSL color Cylindrical-coordinate representation of color #83DB16: hue angle of 86.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83DB16 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 22 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.14 |
| HSL | 86.8º | 0.82% | 0.47% | - |
| HSV(B) | 86.8º | 0.9% | 0.86% | - |
| XYZ | 34.84 | 55.55 | 9.64 | - |
| YUV | 170.23 | 44.35 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 22 | 0.40 | 0 | 0.90 | 0.14 | 86.8 | 0.82 | 0.47 |
| Hex | 83 | DB | 16 | 28 | 0 | 5A | E | 57 | 52 | 2F |
| Octal | 203 | 333 | 26 | 50 | 0 | 132 | 16 | 127 | 122 | 57 |
| Binary | 10000011 | 11011011 | 10110 | 101000 | 0 | 1011010 | 1110 | 1010111 | 1010010 | 101111 |
Color Harmonies of #83DB16
Complementary color
Monochromatic Colors of #83DB16
Black with #83DB16
Text Example
Text Example
White with #83DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB16; }
p { color: rgb(131,219,22); }
H1.HeaderClassName
{
color: #83DB16;
}
.AnyTagClassName
{
color: #83DB16;
}
</style>
background-color css
<style>
a { background-color: #83DB16; }
a { background-color: rgb(131,219,22); }
div.DivClassName
{
background-color: #83DB16;
}
.BgClassName
{
background-color: #83DB16;
}
</style>
border-color css
<style>
span { border-color: #83DB16; }
span { border-color: rgb(131,219,22); }
td.TdClassName
{
border-color: #83DB16;
}
.TagClassName
{
border-color: #83DB16;
}
</style>