Shades of Lima #80CD15
Tints of Lima #80CD15
RGB
CMYK
RGB Variations
Color information
#80CD15 (or 0x80CD15) is known color: Lima. HEX triplet: 80, CD and 15. RGB value is (128,205,21). Sum of RGB (Red+Green+Blue) = 128+205+21=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CD15 is #7F32EA. Grayscale: #A1A1A1. Windows color (decimal): -8336107 or 1428864. OLE color: 1428864.
HSL color Cylindrical-coordinate representation of color #80CD15: hue angle of 85.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80CD15 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 205 | 21 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.20 |
| HSL | 85.11º | 0.81% | 0.44% | - |
| HSV(B) | 85.11º | 0.9% | 0.8% | - |
| XYZ | 30.87 | 48.31 | 8.41 | - |
| YUV | 161 | 48.99 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 21 | 0.38 | 0 | 0.90 | 0.20 | 85.11 | 0.81 | 0.44 |
| Hex | 80 | CD | 15 | 26 | 0 | 5A | 14 | 55 | 51 | 2C |
| Octal | 200 | 315 | 25 | 46 | 0 | 132 | 24 | 125 | 121 | 54 |
| Binary | 10000000 | 11001101 | 10101 | 100110 | 0 | 1011010 | 10100 | 1010101 | 1010001 | 101100 |
Color Harmonies of #80CD15
Complementary color
Monochromatic Colors of #80CD15
Black with #80CD15
Text Example
Text Example
White with #80CD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CD15; }
p { color: rgb(128,205,21); }
H1.HeaderClassName
{
color: #80CD15;
}
.AnyTagClassName
{
color: #80CD15;
}
</style>
background-color css
<style>
a { background-color: #80CD15; }
a { background-color: rgb(128,205,21); }
div.DivClassName
{
background-color: #80CD15;
}
.BgClassName
{
background-color: #80CD15;
}
</style>
border-color css
<style>
span { border-color: #80CD15; }
span { border-color: rgb(128,205,21); }
td.TdClassName
{
border-color: #80CD15;
}
.TagClassName
{
border-color: #80CD15;
}
</style>