Shades of Yellow Green #83D524
Tints of Yellow Green #83D524
RGB
CMYK
RGB Variations
Color information
#83D524 (or 0x83D524) is known color: Yellow Green. HEX triplet: 83, D5 and 24. RGB value is (131,213,36). Sum of RGB (Red+Green+Blue) = 131+213+36=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #83D524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D524 is #7C2ADB. Grayscale: #A8A8A8. Windows color (decimal): -8137436 or 2413955. OLE color: 2413955.
HSL color Cylindrical-coordinate representation of color #83D524: hue angle of 87.8º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83D524 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 36 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.16 |
| HSL | 87.8º | 0.71% | 0.49% | - |
| HSV(B) | 87.8º | 0.83% | 0.84% | - |
| XYZ | 33.47 | 52.54 | 10.05 | - |
| YUV | 168.3 | 53.33 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 36 | 0.38 | 0 | 0.83 | 0.16 | 87.8 | 0.71 | 0.49 |
| Hex | 83 | D5 | 24 | 26 | 0 | 53 | 10 | 58 | 47 | 31 |
| Octal | 203 | 325 | 44 | 46 | 0 | 123 | 20 | 130 | 107 | 61 |
| Binary | 10000011 | 11010101 | 100100 | 100110 | 0 | 1010011 | 10000 | 1011000 | 1000111 | 110001 |
Color Harmonies of #83D524
Complementary color
Monochromatic Colors of #83D524
Black with #83D524
Text Example
Text Example
White with #83D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D524; }
p { color: rgb(131,213,36); }
H1.HeaderClassName
{
color: #83D524;
}
.AnyTagClassName
{
color: #83D524;
}
</style>
background-color css
<style>
a { background-color: #83D524; }
a { background-color: rgb(131,213,36); }
div.DivClassName
{
background-color: #83D524;
}
.BgClassName
{
background-color: #83D524;
}
</style>
border-color css
<style>
span { border-color: #83D524; }
span { border-color: rgb(131,213,36); }
td.TdClassName
{
border-color: #83D524;
}
.TagClassName
{
border-color: #83D524;
}
</style>