Shades of Lima #80B705
Tints of Lima #80B705
RGB
CMYK
RGB Variations
Color information
#80B705 (or 0x80B705) is known color: Lima. HEX triplet: 80, B7 and 05. RGB value is (128,183,5). Sum of RGB (Red+Green+Blue) = 128+183+5=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #80B705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B705 is #7F48FA. Grayscale: #929292. Windows color (decimal): -8341755 or 374656. OLE color: 374656.
HSL color Cylindrical-coordinate representation of color #80B705: hue angle of 78.54º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80B705 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.28 |
| HSL | 78.54º | 0.95% | 0.37% | - |
| HSV(B) | 78.54º | 0.97% | 0.72% | - |
| XYZ | 25.86 | 38.47 | 6.21 | - |
| YUV | 146.26 | 48.28 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 5 | 0.30 | 0 | 0.97 | 0.28 | 78.54 | 0.95 | 0.37 |
| Hex | 80 | B7 | 5 | 1E | 0 | 61 | 1C | 4F | 5F | 25 |
| Octal | 200 | 267 | 5 | 36 | 0 | 141 | 34 | 117 | 137 | 45 |
| Binary | 10000000 | 10110111 | 101 | 11110 | 0 | 1100001 | 11100 | 1001111 | 1011111 | 100101 |
Color Harmonies of #80B705
Complementary color
Monochromatic Colors of #80B705
Black with #80B705
Text Example
Text Example
White with #80B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B705; }
p { color: rgb(128,183,5); }
H1.HeaderClassName
{
color: #80B705;
}
.AnyTagClassName
{
color: #80B705;
}
</style>
background-color css
<style>
a { background-color: #80B705; }
a { background-color: rgb(128,183,5); }
div.DivClassName
{
background-color: #80B705;
}
.BgClassName
{
background-color: #80B705;
}
</style>
border-color css
<style>
span { border-color: #80B705; }
span { border-color: rgb(128,183,5); }
td.TdClassName
{
border-color: #80B705;
}
.TagClassName
{
border-color: #80B705;
}
</style>