Shades of Lima #80BC10
Tints of Lima #80BC10
RGB
CMYK
RGB Variations
Color information
#80BC10 (or 0x80BC10) is known color: Lima. HEX triplet: 80, BC and 10. RGB value is (128,188,16). Sum of RGB (Red+Green+Blue) = 128+188+16=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC10 is #7F43EF. Grayscale: #979797. Windows color (decimal): -8340464 or 1096832. OLE color: 1096832.
HSL color Cylindrical-coordinate representation of color #80BC10: hue angle of 80.93º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80BC10 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 16 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.26 |
| HSL | 80.93º | 0.84% | 0.4% | - |
| HSV(B) | 80.93º | 0.91% | 0.74% | - |
| XYZ | 26.98 | 40.59 | 6.9 | - |
| YUV | 150.45 | 52.12 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 16 | 0.32 | 0 | 0.91 | 0.26 | 80.93 | 0.84 | 0.4 |
| Hex | 80 | BC | 10 | 20 | 0 | 5B | 1A | 51 | 54 | 28 |
| Octal | 200 | 274 | 20 | 40 | 0 | 133 | 32 | 121 | 124 | 50 |
| Binary | 10000000 | 10111100 | 10000 | 100000 | 0 | 1011011 | 11010 | 1010001 | 1010100 | 101000 |
Color Harmonies of #80BC10
Complementary color
Monochromatic Colors of #80BC10
Black with #80BC10
Text Example
Text Example
White with #80BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC10; }
p { color: rgb(128,188,16); }
H1.HeaderClassName
{
color: #80BC10;
}
.AnyTagClassName
{
color: #80BC10;
}
</style>
background-color css
<style>
a { background-color: #80BC10; }
a { background-color: rgb(128,188,16); }
div.DivClassName
{
background-color: #80BC10;
}
.BgClassName
{
background-color: #80BC10;
}
</style>
border-color css
<style>
span { border-color: #80BC10; }
span { border-color: rgb(128,188,16); }
td.TdClassName
{
border-color: #80BC10;
}
.TagClassName
{
border-color: #80BC10;
}
</style>