Shades of Lima #80CF12
Tints of Lima #80CF12
RGB
CMYK
RGB Variations
Color information
#80CF12 (or 0x80CF12) is known color: Lima. HEX triplet: 80, CF and 12. RGB value is (128,207,18). Sum of RGB (Red+Green+Blue) = 128+207+18=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CF12 is #7F30ED. Grayscale: #A2A2A2. Windows color (decimal): -8335598 or 1232768. OLE color: 1232768.
HSL color Cylindrical-coordinate representation of color #80CF12: hue angle of 85.08º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80CF12 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 18 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.19 |
| HSL | 85.08º | 0.84% | 0.44% | - |
| HSV(B) | 85.08º | 0.91% | 0.81% | - |
| XYZ | 31.32 | 49.26 | 8.43 | - |
| YUV | 161.83 | 46.83 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 18 | 0.38 | 0 | 0.91 | 0.19 | 85.08 | 0.84 | 0.44 |
| Hex | 80 | CF | 12 | 26 | 0 | 5B | 13 | 55 | 54 | 2C |
| Octal | 200 | 317 | 22 | 46 | 0 | 133 | 23 | 125 | 124 | 54 |
| Binary | 10000000 | 11001111 | 10010 | 100110 | 0 | 1011011 | 10011 | 1010101 | 1010100 | 101100 |
Color Harmonies of #80CF12
Complementary color
Monochromatic Colors of #80CF12
Black with #80CF12
Text Example
Text Example
White with #80CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF12; }
p { color: rgb(128,207,18); }
H1.HeaderClassName
{
color: #80CF12;
}
.AnyTagClassName
{
color: #80CF12;
}
</style>
background-color css
<style>
a { background-color: #80CF12; }
a { background-color: rgb(128,207,18); }
div.DivClassName
{
background-color: #80CF12;
}
.BgClassName
{
background-color: #80CF12;
}
</style>
border-color css
<style>
span { border-color: #80CF12; }
span { border-color: rgb(128,207,18); }
td.TdClassName
{
border-color: #80CF12;
}
.TagClassName
{
border-color: #80CF12;
}
</style>