Shades of Yellow Green #83D020
Tints of Yellow Green #83D020
RGB
CMYK
RGB Variations
Color information
#83D020 (or 0x83D020) is known color: Yellow Green. HEX triplet: 83, D0 and 20. RGB value is (131,208,32). Sum of RGB (Red+Green+Blue) = 131+208+32=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #83D020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D020 is #7C2FDF. Grayscale: #A5A5A5. Windows color (decimal): -8138720 or 2150531. OLE color: 2150531.
HSL color Cylindrical-coordinate representation of color #83D020: hue angle of 86.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83D020 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 32 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.18 |
| HSL | 86.25º | 0.73% | 0.47% | - |
| HSV(B) | 86.25º | 0.85% | 0.82% | - |
| XYZ | 32.18 | 50.04 | 9.33 | - |
| YUV | 164.91 | 52.99 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 32 | 0.37 | 0 | 0.85 | 0.18 | 86.25 | 0.73 | 0.47 |
| Hex | 83 | D0 | 20 | 25 | 0 | 55 | 12 | 56 | 49 | 2F |
| Octal | 203 | 320 | 40 | 45 | 0 | 125 | 22 | 126 | 111 | 57 |
| Binary | 10000011 | 11010000 | 100000 | 100101 | 0 | 1010101 | 10010 | 1010110 | 1001001 | 101111 |
Color Harmonies of #83D020
Complementary color
Monochromatic Colors of #83D020
Black with #83D020
Text Example
Text Example
White with #83D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D020; }
p { color: rgb(131,208,32); }
H1.HeaderClassName
{
color: #83D020;
}
.AnyTagClassName
{
color: #83D020;
}
</style>
background-color css
<style>
a { background-color: #83D020; }
a { background-color: rgb(131,208,32); }
div.DivClassName
{
background-color: #83D020;
}
.BgClassName
{
background-color: #83D020;
}
</style>
border-color css
<style>
span { border-color: #83D020; }
span { border-color: rgb(131,208,32); }
td.TdClassName
{
border-color: #83D020;
}
.TagClassName
{
border-color: #83D020;
}
</style>