Shades of Lima #80B218
Tints of Lima #80B218
RGB
CMYK
RGB Variations
Color information
#80B218 (or 0x80B218) is known color: Lima. HEX triplet: 80, B2 and 18. RGB value is (128,178,24). Sum of RGB (Red+Green+Blue) = 128+178+24=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #80B218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B218 is #7F4DE7. Grayscale: #929292. Windows color (decimal): -8343016 or 1618560. OLE color: 1618560.
HSL color Cylindrical-coordinate representation of color #80B218: hue angle of 79.48º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80B218 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 178 | 24 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.30 |
| HSL | 79.48º | 0.76% | 0.4% | - |
| HSV(B) | 79.48º | 0.87% | 0.7% | - |
| XYZ | 24.99 | 36.5 | 6.59 | - |
| YUV | 145.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 24 | 0.28 | 0 | 0.87 | 0.30 | 79.48 | 0.76 | 0.4 |
| Hex | 80 | B2 | 18 | 1C | 0 | 57 | 1E | 4F | 4C | 28 |
| Octal | 200 | 262 | 30 | 34 | 0 | 127 | 36 | 117 | 114 | 50 |
| Binary | 10000000 | 10110010 | 11000 | 11100 | 0 | 1010111 | 11110 | 1001111 | 1001100 | 101000 |
Color Harmonies of #80B218
Complementary color
Monochromatic Colors of #80B218
Black with #80B218
Text Example
Text Example
White with #80B218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B218; }
p { color: rgb(128,178,24); }
H1.HeaderClassName
{
color: #80B218;
}
.AnyTagClassName
{
color: #80B218;
}
</style>
background-color css
<style>
a { background-color: #80B218; }
a { background-color: rgb(128,178,24); }
div.DivClassName
{
background-color: #80B218;
}
.BgClassName
{
background-color: #80B218;
}
</style>
border-color css
<style>
span { border-color: #80B218; }
span { border-color: rgb(128,178,24); }
td.TdClassName
{
border-color: #80B218;
}
.TagClassName
{
border-color: #80B218;
}
</style>