Shades of Yellow Green #83D930
Tints of Yellow Green #83D930
RGB
CMYK
RGB Variations
Color information
#83D930 (or 0x83D930) is known color: Yellow Green. HEX triplet: 83, D9 and 30. RGB value is (131,217,48). Sum of RGB (Red+Green+Blue) = 131+217+48=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #83D930 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D930 is #7C26CF. Grayscale: #ACACAC. Windows color (decimal): -8136400 or 3201411. OLE color: 3201411.
HSL color Cylindrical-coordinate representation of color #83D930: hue angle of 90.53º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83D930 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 217 | 48 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.15 |
| HSL | 90.53º | 0.69% | 0.52% | - |
| HSV(B) | 90.53º | 0.78% | 0.85% | - |
| XYZ | 34.71 | 54.66 | 11.52 | - |
| YUV | 172.02 | 58.01 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 48 | 0.40 | 0 | 0.78 | 0.15 | 90.53 | 0.69 | 0.52 |
| Hex | 83 | D9 | 30 | 28 | 0 | 4E | F | 5B | 45 | 34 |
| Octal | 203 | 331 | 60 | 50 | 0 | 116 | 17 | 133 | 105 | 64 |
| Binary | 10000011 | 11011001 | 110000 | 101000 | 0 | 1001110 | 1111 | 1011011 | 1000101 | 110100 |
Color Harmonies of #83D930
Complementary color
Monochromatic Colors of #83D930
Black with #83D930
Text Example
Text Example
White with #83D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D930; }
p { color: rgb(131,217,48); }
H1.HeaderClassName
{
color: #83D930;
}
.AnyTagClassName
{
color: #83D930;
}
</style>
background-color css
<style>
a { background-color: #83D930; }
a { background-color: rgb(131,217,48); }
div.DivClassName
{
background-color: #83D930;
}
.BgClassName
{
background-color: #83D930;
}
</style>
border-color css
<style>
span { border-color: #83D930; }
span { border-color: rgb(131,217,48); }
td.TdClassName
{
border-color: #83D930;
}
.TagClassName
{
border-color: #83D930;
}
</style>