Shades of Lima #83A80E
Tints of Lima #83A80E
RGB
CMYK
RGB Variations
Color information
#83A80E (or 0x83A80E) is known color: Lima. HEX triplet: 83, A8 and 0E. RGB value is (131,168,14). Sum of RGB (Red+Green+Blue) = 131+168+14=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 168 (66.02% from 255 or 53.67% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 168 - color contains mainly: green. Hex color #83A80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A80E is #7C57F1. Grayscale: #8B8B8B. Windows color (decimal): -8148978 or 960643. OLE color: 960643.
HSL color Cylindrical-coordinate representation of color #83A80E: hue angle of 74.42º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83A80E is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 131 | 168 | 14 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.34 |
| HSL | 74.42º | 0.85% | 0.36% | - |
| HSV(B) | 74.42º | 0.92% | 0.66% | - |
| XYZ | 23.44 | 32.86 | 5.52 | - |
| YUV | 139.38 | 57.24 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 168 | 14 | 0.22 | 0 | 0.92 | 0.34 | 74.42 | 0.85 | 0.36 |
| Hex | 83 | A8 | E | 16 | 0 | 5C | 22 | 4A | 55 | 24 |
| Octal | 203 | 250 | 16 | 26 | 0 | 134 | 42 | 112 | 125 | 44 |
| Binary | 10000011 | 10101000 | 1110 | 10110 | 0 | 1011100 | 100010 | 1001010 | 1010101 | 100100 |
Color Harmonies of #83A80E
Complementary color
Monochromatic Colors of #83A80E
Black with #83A80E
Text Example
Text Example
White with #83A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A80E; }
p { color: rgb(131,168,14); }
H1.HeaderClassName
{
color: #83A80E;
}
.AnyTagClassName
{
color: #83A80E;
}
</style>
background-color css
<style>
a { background-color: #83A80E; }
a { background-color: rgb(131,168,14); }
div.DivClassName
{
background-color: #83A80E;
}
.BgClassName
{
background-color: #83A80E;
}
</style>
border-color css
<style>
span { border-color: #83A80E; }
span { border-color: rgb(131,168,14); }
td.TdClassName
{
border-color: #83A80E;
}
.TagClassName
{
border-color: #83A80E;
}
</style>