Shades of Yellow Green #83D430
Tints of Yellow Green #83D430
RGB
CMYK
RGB Variations
Color information
#83D430 (or 0x83D430) is known color: Yellow Green. HEX triplet: 83, D4 and 30. RGB value is (131,212,48). Sum of RGB (Red+Green+Blue) = 131+212+48=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #83D430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D430 is #7C2BCF. Grayscale: #A9A9A9. Windows color (decimal): -8137680 or 3200131. OLE color: 3200131.
HSL color Cylindrical-coordinate representation of color #83D430: hue angle of 89.63º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83D430 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 212 | 48 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.17 |
| HSL | 89.63º | 0.66% | 0.51% | - |
| HSV(B) | 89.63º | 0.77% | 0.83% | - |
| XYZ | 33.44 | 52.13 | 11.1 | - |
| YUV | 169.09 | 59.66 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 212 | 48 | 0.38 | 0 | 0.77 | 0.17 | 89.63 | 0.66 | 0.51 |
| Hex | 83 | D4 | 30 | 26 | 0 | 4D | 11 | 5A | 42 | 33 |
| Octal | 203 | 324 | 60 | 46 | 0 | 115 | 21 | 132 | 102 | 63 |
| Binary | 10000011 | 11010100 | 110000 | 100110 | 0 | 1001101 | 10001 | 1011010 | 1000010 | 110011 |
Color Harmonies of #83D430
Complementary color
Monochromatic Colors of #83D430
Black with #83D430
Text Example
Text Example
White with #83D430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D430; }
p { color: rgb(131,212,48); }
H1.HeaderClassName
{
color: #83D430;
}
.AnyTagClassName
{
color: #83D430;
}
</style>
background-color css
<style>
a { background-color: #83D430; }
a { background-color: rgb(131,212,48); }
div.DivClassName
{
background-color: #83D430;
}
.BgClassName
{
background-color: #83D430;
}
</style>
border-color css
<style>
span { border-color: #83D430; }
span { border-color: rgb(131,212,48); }
td.TdClassName
{
border-color: #83D430;
}
.TagClassName
{
border-color: #83D430;
}
</style>