Shades of Yellow Green #83C530
Tints of Yellow Green #83C530
RGB
CMYK
RGB Variations
Color information
#83C530 (or 0x83C530) is known color: Yellow Green. HEX triplet: 83, C5 and 30. RGB value is (131,197,48). Sum of RGB (Red+Green+Blue) = 131+197+48=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #83C530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C530 is #7C3ACF. Grayscale: #A0A0A0. Windows color (decimal): -8141520 or 3196291. OLE color: 3196291.
HSL color Cylindrical-coordinate representation of color #83C530: hue angle of 86.58º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83C530 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 48 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.23 |
| HSL | 86.58º | 0.61% | 0.48% | - |
| HSV(B) | 86.58º | 0.76% | 0.77% | - |
| XYZ | 29.86 | 44.97 | 9.9 | - |
| YUV | 160.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 48 | 0.34 | 0 | 0.76 | 0.23 | 86.58 | 0.61 | 0.48 |
| Hex | 83 | C5 | 30 | 22 | 0 | 4C | 17 | 57 | 3D | 30 |
| Octal | 203 | 305 | 60 | 42 | 0 | 114 | 27 | 127 | 75 | 60 |
| Binary | 10000011 | 11000101 | 110000 | 100010 | 0 | 1001100 | 10111 | 1010111 | 111101 | 110000 |
Color Harmonies of #83C530
Complementary color
Monochromatic Colors of #83C530
Black with #83C530
Text Example
Text Example
White with #83C530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C530; }
p { color: rgb(131,197,48); }
H1.HeaderClassName
{
color: #83C530;
}
.AnyTagClassName
{
color: #83C530;
}
</style>
background-color css
<style>
a { background-color: #83C530; }
a { background-color: rgb(131,197,48); }
div.DivClassName
{
background-color: #83C530;
}
.BgClassName
{
background-color: #83C530;
}
</style>
border-color css
<style>
span { border-color: #83C530; }
span { border-color: rgb(131,197,48); }
td.TdClassName
{
border-color: #83C530;
}
.TagClassName
{
border-color: #83C530;
}
</style>