Shades of Lima #80CE16
Tints of Lima #80CE16
RGB
CMYK
RGB Variations
Color information
#80CE16 (or 0x80CE16) is known color: Lima. HEX triplet: 80, CE and 16. RGB value is (128,206,22). Sum of RGB (Red+Green+Blue) = 128+206+22=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE16 is #7F31E9. Grayscale: #A2A2A2. Windows color (decimal): -8335850 or 1494656. OLE color: 1494656.
HSL color Cylindrical-coordinate representation of color #80CE16: hue angle of 85.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80CE16 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 22 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.19 |
| HSL | 85.43º | 0.81% | 0.45% | - |
| HSV(B) | 85.43º | 0.89% | 0.81% | - |
| XYZ | 31.12 | 48.79 | 8.54 | - |
| YUV | 161.7 | 49.16 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 22 | 0.38 | 0 | 0.89 | 0.19 | 85.43 | 0.81 | 0.45 |
| Hex | 80 | CE | 16 | 26 | 0 | 59 | 13 | 55 | 51 | 2D |
| Octal | 200 | 316 | 26 | 46 | 0 | 131 | 23 | 125 | 121 | 55 |
| Binary | 10000000 | 11001110 | 10110 | 100110 | 0 | 1011001 | 10011 | 1010101 | 1010001 | 101101 |
Color Harmonies of #80CE16
Complementary color
Monochromatic Colors of #80CE16
Black with #80CE16
Text Example
Text Example
White with #80CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE16; }
p { color: rgb(128,206,22); }
H1.HeaderClassName
{
color: #80CE16;
}
.AnyTagClassName
{
color: #80CE16;
}
</style>
background-color css
<style>
a { background-color: #80CE16; }
a { background-color: rgb(128,206,22); }
div.DivClassName
{
background-color: #80CE16;
}
.BgClassName
{
background-color: #80CE16;
}
</style>
border-color css
<style>
span { border-color: #80CE16; }
span { border-color: rgb(128,206,22); }
td.TdClassName
{
border-color: #80CE16;
}
.TagClassName
{
border-color: #80CE16;
}
</style>