Shades of Lima #83AA07
Tints of Lima #83AA07
RGB
CMYK
RGB Variations
Color information
#83AA07 (or 0x83AA07) is known color: Lima. HEX triplet: 83, AA and 07. RGB value is (131,170,7). Sum of RGB (Red+Green+Blue) = 131+170+7=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA07 is #7C55F8. Grayscale: #8C8C8C. Windows color (decimal): -8148473 or 502403. OLE color: 502403.
HSL color Cylindrical-coordinate representation of color #83AA07: hue angle of 74.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83AA07 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 7 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.33 |
| HSL | 74.36º | 0.92% | 0.35% | - |
| HSV(B) | 74.36º | 0.96% | 0.67% | - |
| XYZ | 23.77 | 33.59 | 5.43 | - |
| YUV | 139.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 7 | 0.23 | 0 | 0.96 | 0.33 | 74.36 | 0.92 | 0.35 |
| Hex | 83 | AA | 7 | 17 | 0 | 60 | 21 | 4A | 5C | 23 |
| Octal | 203 | 252 | 7 | 27 | 0 | 140 | 41 | 112 | 134 | 43 |
| Binary | 10000011 | 10101010 | 111 | 10111 | 0 | 1100000 | 100001 | 1001010 | 1011100 | 100011 |
Color Harmonies of #83AA07
Complementary color
Monochromatic Colors of #83AA07
Black with #83AA07
Text Example
Text Example
White with #83AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA07; }
p { color: rgb(131,170,7); }
H1.HeaderClassName
{
color: #83AA07;
}
.AnyTagClassName
{
color: #83AA07;
}
</style>
background-color css
<style>
a { background-color: #83AA07; }
a { background-color: rgb(131,170,7); }
div.DivClassName
{
background-color: #83AA07;
}
.BgClassName
{
background-color: #83AA07;
}
</style>
border-color css
<style>
span { border-color: #83AA07; }
span { border-color: rgb(131,170,7); }
td.TdClassName
{
border-color: #83AA07;
}
.TagClassName
{
border-color: #83AA07;
}
</style>