Shades of Lima #80B71F
Tints of Lima #80B71F
RGB
CMYK
RGB Variations
Color information
#80B71F (or 0x80B71F) is known color: Lima. HEX triplet: 80, B7 and 1F. RGB value is (128,183,31). Sum of RGB (Red+Green+Blue) = 128+183+31=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #80B71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B71F is #7F48E0. Grayscale: #959595. Windows color (decimal): -8341729 or 2078592. OLE color: 2078592.
HSL color Cylindrical-coordinate representation of color #80B71F: hue angle of 81.71º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80B71F is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 31 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.28 |
| HSL | 81.71º | 0.71% | 0.42% | - |
| HSV(B) | 81.71º | 0.83% | 0.72% | - |
| XYZ | 26.08 | 38.56 | 7.36 | - |
| YUV | 149.23 | 61.28 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 31 | 0.30 | 0 | 0.83 | 0.28 | 81.71 | 0.71 | 0.42 |
| Hex | 80 | B7 | 1F | 1E | 0 | 53 | 1C | 52 | 47 | 2A |
| Octal | 200 | 267 | 37 | 36 | 0 | 123 | 34 | 122 | 107 | 52 |
| Binary | 10000000 | 10110111 | 11111 | 11110 | 0 | 1010011 | 11100 | 1010010 | 1000111 | 101010 |
Color Harmonies of #80B71F
Complementary color
Monochromatic Colors of #80B71F
Black with #80B71F
Text Example
Text Example
White with #80B71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B71F; }
p { color: rgb(128,183,31); }
H1.HeaderClassName
{
color: #80B71F;
}
.AnyTagClassName
{
color: #80B71F;
}
</style>
background-color css
<style>
a { background-color: #80B71F; }
a { background-color: rgb(128,183,31); }
div.DivClassName
{
background-color: #80B71F;
}
.BgClassName
{
background-color: #80B71F;
}
</style>
border-color css
<style>
span { border-color: #80B71F; }
span { border-color: rgb(128,183,31); }
td.TdClassName
{
border-color: #80B71F;
}
.TagClassName
{
border-color: #80B71F;
}
</style>