Shades of Yellow Green #83E121
Tints of Yellow Green #83E121
RGB
CMYK
RGB Variations
Color information
#83E121 (or 0x83E121) is known color: Yellow Green. HEX triplet: 83, E1 and 21. RGB value is (131,225,33). Sum of RGB (Red+Green+Blue) = 131+225+33=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 225 (88.28% from 255 or 57.84% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 225 - color contains mainly: green. Hex color #83E121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83E121 is #7C1EDE. Grayscale: #AFAFAF. Windows color (decimal): -8134367 or 2220419. OLE color: 2220419.
HSL color Cylindrical-coordinate representation of color #83E121: hue angle of 89.37º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83E121 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 225 | 33 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.12 |
| HSL | 89.37º | 0.76% | 0.51% | - |
| HSV(B) | 89.37º | 0.85% | 0.88% | - |
| XYZ | 36.56 | 58.79 | 10.86 | - |
| YUV | 175.01 | 47.86 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 225 | 33 | 0.42 | 0 | 0.85 | 0.12 | 89.37 | 0.76 | 0.51 |
| Hex | 83 | E1 | 21 | 2A | 0 | 55 | C | 59 | 4C | 33 |
| Octal | 203 | 341 | 41 | 52 | 0 | 125 | 14 | 131 | 114 | 63 |
| Binary | 10000011 | 11100001 | 100001 | 101010 | 0 | 1010101 | 1100 | 1011001 | 1001100 | 110011 |
Color Harmonies of #83E121
Complementary color
Monochromatic Colors of #83E121
Black with #83E121
Text Example
Text Example
White with #83E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E121; }
p { color: rgb(131,225,33); }
H1.HeaderClassName
{
color: #83E121;
}
.AnyTagClassName
{
color: #83E121;
}
</style>
background-color css
<style>
a { background-color: #83E121; }
a { background-color: rgb(131,225,33); }
div.DivClassName
{
background-color: #83E121;
}
.BgClassName
{
background-color: #83E121;
}
</style>
border-color css
<style>
span { border-color: #83E121; }
span { border-color: rgb(131,225,33); }
td.TdClassName
{
border-color: #83E121;
}
.TagClassName
{
border-color: #83E121;
}
</style>