Shades of Lima #80B72F
Tints of Lima #80B72F
RGB
CMYK
RGB Variations
Color information
#80B72F (or 0x80B72F) is known color: Lima. HEX triplet: 80, B7 and 2F. RGB value is (128,183,47). Sum of RGB (Red+Green+Blue) = 128+183+47=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #80B72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B72F is #7F48D0. Grayscale: #979797. Windows color (decimal): -8341713 or 3127168. OLE color: 3127168.
HSL color Cylindrical-coordinate representation of color #80B72F: hue angle of 84.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80B72F is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 47 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.28 |
| HSL | 84.26º | 0.59% | 0.45% | - |
| HSV(B) | 84.26º | 0.74% | 0.72% | - |
| XYZ | 26.35 | 38.66 | 8.76 | - |
| YUV | 151.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 47 | 0.30 | 0 | 0.74 | 0.28 | 84.26 | 0.59 | 0.45 |
| Hex | 80 | B7 | 2F | 1E | 0 | 4A | 1C | 54 | 3B | 2D |
| Octal | 200 | 267 | 57 | 36 | 0 | 112 | 34 | 124 | 73 | 55 |
| Binary | 10000000 | 10110111 | 101111 | 11110 | 0 | 1001010 | 11100 | 1010100 | 111011 | 101101 |
Color Harmonies of #80B72F
Complementary color
Monochromatic Colors of #80B72F
Black with #80B72F
Text Example
Text Example
White with #80B72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B72F; }
p { color: rgb(128,183,47); }
H1.HeaderClassName
{
color: #80B72F;
}
.AnyTagClassName
{
color: #80B72F;
}
</style>
background-color css
<style>
a { background-color: #80B72F; }
a { background-color: rgb(128,183,47); }
div.DivClassName
{
background-color: #80B72F;
}
.BgClassName
{
background-color: #80B72F;
}
</style>
border-color css
<style>
span { border-color: #80B72F; }
span { border-color: rgb(128,183,47); }
td.TdClassName
{
border-color: #80B72F;
}
.TagClassName
{
border-color: #80B72F;
}
</style>