Shades of Yellow Green #83D533
Tints of Yellow Green #83D533
RGB
CMYK
RGB Variations
Color information
#83D533 (or 0x83D533) is known color: Yellow Green. HEX triplet: 83, D5 and 33. RGB value is (131,213,51). Sum of RGB (Red+Green+Blue) = 131+213+51=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #83D533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D533 is #7C2ACC. Grayscale: #AAAAAA. Windows color (decimal): -8137421 or 3396995. OLE color: 3396995.
HSL color Cylindrical-coordinate representation of color #83D533: hue angle of 90.37º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83D533 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 51 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.16 |
| HSL | 90.37º | 0.66% | 0.52% | - |
| HSV(B) | 90.37º | 0.76% | 0.84% | - |
| XYZ | 33.75 | 52.65 | 11.52 | - |
| YUV | 170.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 51 | 0.38 | 0 | 0.76 | 0.16 | 90.37 | 0.66 | 0.52 |
| Hex | 83 | D5 | 33 | 26 | 0 | 4C | 10 | 5A | 42 | 34 |
| Octal | 203 | 325 | 63 | 46 | 0 | 114 | 20 | 132 | 102 | 64 |
| Binary | 10000011 | 11010101 | 110011 | 100110 | 0 | 1001100 | 10000 | 1011010 | 1000010 | 110100 |
Color Harmonies of #83D533
Complementary color
Monochromatic Colors of #83D533
Black with #83D533
Text Example
Text Example
White with #83D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D533; }
p { color: rgb(131,213,51); }
H1.HeaderClassName
{
color: #83D533;
}
.AnyTagClassName
{
color: #83D533;
}
</style>
background-color css
<style>
a { background-color: #83D533; }
a { background-color: rgb(131,213,51); }
div.DivClassName
{
background-color: #83D533;
}
.BgClassName
{
background-color: #83D533;
}
</style>
border-color css
<style>
span { border-color: #83D533; }
span { border-color: rgb(131,213,51); }
td.TdClassName
{
border-color: #83D533;
}
.TagClassName
{
border-color: #83D533;
}
</style>