Shades of Lima #80B201
Tints of Lima #80B201
RGB
CMYK
RGB Variations
Color information
#80B201 (or 0x80B201) is known color: Lima. HEX triplet: 80, B2 and 01. RGB value is (128,178,1). Sum of RGB (Red+Green+Blue) = 128+178+1=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #80B201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B201 is #7F4DFE. Grayscale: #8F8F8F. Windows color (decimal): -8343039 or 111232. OLE color: 111232.
HSL color Cylindrical-coordinate representation of color #80B201: hue angle of 76.95º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80B201 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 178 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.30 |
| HSL | 76.95º | 0.99% | 0.35% | - |
| HSV(B) | 76.95º | 0.99% | 0.7% | - |
| XYZ | 24.83 | 36.43 | 5.75 | - |
| YUV | 142.87 | 47.94 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 1 | 0.28 | 0 | 0.99 | 0.30 | 76.95 | 0.99 | 0.35 |
| Hex | 80 | B2 | 1 | 1C | 0 | 63 | 1E | 4D | 63 | 23 |
| Octal | 200 | 262 | 1 | 34 | 0 | 143 | 36 | 115 | 143 | 43 |
| Binary | 10000000 | 10110010 | 1 | 11100 | 0 | 1100011 | 11110 | 1001101 | 1100011 | 100011 |
Color Harmonies of #80B201
Complementary color
Monochromatic Colors of #80B201
Black with #80B201
Text Example
Text Example
White with #80B201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B201; }
p { color: rgb(128,178,1); }
H1.HeaderClassName
{
color: #80B201;
}
.AnyTagClassName
{
color: #80B201;
}
</style>
background-color css
<style>
a { background-color: #80B201; }
a { background-color: rgb(128,178,1); }
div.DivClassName
{
background-color: #80B201;
}
.BgClassName
{
background-color: #80B201;
}
</style>
border-color css
<style>
span { border-color: #80B201; }
span { border-color: rgb(128,178,1); }
td.TdClassName
{
border-color: #80B201;
}
.TagClassName
{
border-color: #80B201;
}
</style>