Shades of Yellow Green #83D022
Tints of Yellow Green #83D022
RGB
CMYK
RGB Variations
Color information
#83D022 (or 0x83D022) is known color: Yellow Green. HEX triplet: 83, D0 and 22. RGB value is (131,208,34). Sum of RGB (Red+Green+Blue) = 131+208+34=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #83D022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D022 is #7C2FDD. Grayscale: #A5A5A5. Windows color (decimal): -8138718 or 2281603. OLE color: 2281603.
HSL color Cylindrical-coordinate representation of color #83D022: hue angle of 86.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83D022 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 34 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.18 |
| HSL | 86.55º | 0.72% | 0.47% | - |
| HSV(B) | 86.55º | 0.84% | 0.82% | - |
| XYZ | 32.2 | 50.05 | 9.48 | - |
| YUV | 165.14 | 53.99 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 34 | 0.37 | 0 | 0.84 | 0.18 | 86.55 | 0.72 | 0.47 |
| Hex | 83 | D0 | 22 | 25 | 0 | 54 | 12 | 57 | 48 | 2F |
| Octal | 203 | 320 | 42 | 45 | 0 | 124 | 22 | 127 | 110 | 57 |
| Binary | 10000011 | 11010000 | 100010 | 100101 | 0 | 1010100 | 10010 | 1010111 | 1001000 | 101111 |
Color Harmonies of #83D022
Complementary color
Monochromatic Colors of #83D022
Black with #83D022
Text Example
Text Example
White with #83D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D022; }
p { color: rgb(131,208,34); }
H1.HeaderClassName
{
color: #83D022;
}
.AnyTagClassName
{
color: #83D022;
}
</style>
background-color css
<style>
a { background-color: #83D022; }
a { background-color: rgb(131,208,34); }
div.DivClassName
{
background-color: #83D022;
}
.BgClassName
{
background-color: #83D022;
}
</style>
border-color css
<style>
span { border-color: #83D022; }
span { border-color: rgb(131,208,34); }
td.TdClassName
{
border-color: #83D022;
}
.TagClassName
{
border-color: #83D022;
}
</style>