Shades of Lima #80B82F
Tints of Lima #80B82F
RGB
CMYK
RGB Variations
Color information
#80B82F (or 0x80B82F) is known color: Lima. HEX triplet: 80, B8 and 2F. RGB value is (128,184,47). Sum of RGB (Red+Green+Blue) = 128+184+47=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #80B82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B82F is #7F47D0. Grayscale: #989898. Windows color (decimal): -8341457 or 3127424. OLE color: 3127424.
HSL color Cylindrical-coordinate representation of color #80B82F: hue angle of 84.53º 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 #80B82F is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 47 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.28 |
| HSL | 84.53º | 0.59% | 0.45% | - |
| HSV(B) | 84.53º | 0.74% | 0.72% | - |
| XYZ | 26.56 | 39.08 | 8.83 | - |
| YUV | 151.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 47 | 0.30 | 0 | 0.74 | 0.28 | 84.53 | 0.59 | 0.45 |
| Hex | 80 | B8 | 2F | 1E | 0 | 4A | 1C | 55 | 3B | 2D |
| Octal | 200 | 270 | 57 | 36 | 0 | 112 | 34 | 125 | 73 | 55 |
| Binary | 10000000 | 10111000 | 101111 | 11110 | 0 | 1001010 | 11100 | 1010101 | 111011 | 101101 |
Color Harmonies of #80B82F
Complementary color
Monochromatic Colors of #80B82F
Black with #80B82F
Text Example
Text Example
White with #80B82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B82F; }
p { color: rgb(128,184,47); }
H1.HeaderClassName
{
color: #80B82F;
}
.AnyTagClassName
{
color: #80B82F;
}
</style>
background-color css
<style>
a { background-color: #80B82F; }
a { background-color: rgb(128,184,47); }
div.DivClassName
{
background-color: #80B82F;
}
.BgClassName
{
background-color: #80B82F;
}
</style>
border-color css
<style>
span { border-color: #80B82F; }
span { border-color: rgb(128,184,47); }
td.TdClassName
{
border-color: #80B82F;
}
.TagClassName
{
border-color: #80B82F;
}
</style>