Shades of Lima #80C412
Tints of Lima #80C412
RGB
CMYK
RGB Variations
Color information
#80C412 (or 0x80C412) is known color: Lima. HEX triplet: 80, C4 and 12. RGB value is (128,196,18). Sum of RGB (Red+Green+Blue) = 128+196+18=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #80C412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C412 is #7F3BED. Grayscale: #9C9C9C. Windows color (decimal): -8338414 or 1229952. OLE color: 1229952.
HSL color Cylindrical-coordinate representation of color #80C412: hue angle of 82.92º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80C412 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 18 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.23 |
| HSL | 82.92º | 0.83% | 0.42% | - |
| HSV(B) | 82.92º | 0.91% | 0.77% | - |
| XYZ | 28.75 | 44.11 | 7.57 | - |
| YUV | 155.38 | 50.47 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 18 | 0.35 | 0 | 0.91 | 0.23 | 82.92 | 0.83 | 0.42 |
| Hex | 80 | C4 | 12 | 23 | 0 | 5B | 17 | 53 | 53 | 2A |
| Octal | 200 | 304 | 22 | 43 | 0 | 133 | 27 | 123 | 123 | 52 |
| Binary | 10000000 | 11000100 | 10010 | 100011 | 0 | 1011011 | 10111 | 1010011 | 1010011 | 101010 |
Color Harmonies of #80C412
Complementary color
Monochromatic Colors of #80C412
Black with #80C412
Text Example
Text Example
White with #80C412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C412; }
p { color: rgb(128,196,18); }
H1.HeaderClassName
{
color: #80C412;
}
.AnyTagClassName
{
color: #80C412;
}
</style>
background-color css
<style>
a { background-color: #80C412; }
a { background-color: rgb(128,196,18); }
div.DivClassName
{
background-color: #80C412;
}
.BgClassName
{
background-color: #80C412;
}
</style>
border-color css
<style>
span { border-color: #80C412; }
span { border-color: rgb(128,196,18); }
td.TdClassName
{
border-color: #80C412;
}
.TagClassName
{
border-color: #80C412;
}
</style>