Shades of Lima #80C70D
Tints of Lima #80C70D
RGB
CMYK
RGB Variations
Color information
#80C70D (or 0x80C70D) is known color: Lima. HEX triplet: 80, C7 and 0D. RGB value is (128,199,13). Sum of RGB (Red+Green+Blue) = 128+199+13=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 199 (78.12% from 255 or 58.53% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 199 - color contains mainly: green. Hex color #80C70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C70D is #7F38F2. Grayscale: #9D9D9D. Windows color (decimal): -8337651 or 903040. OLE color: 903040.
HSL color Cylindrical-coordinate representation of color #80C70D: hue angle of 82.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80C70D is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 13 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.22 |
| HSL | 82.9º | 0.88% | 0.42% | - |
| HSV(B) | 82.9º | 0.93% | 0.78% | - |
| XYZ | 29.4 | 45.47 | 7.61 | - |
| YUV | 156.57 | 46.98 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 13 | 0.36 | 0 | 0.93 | 0.22 | 82.9 | 0.88 | 0.42 |
| Hex | 80 | C7 | D | 24 | 0 | 5D | 16 | 53 | 58 | 2A |
| Octal | 200 | 307 | 15 | 44 | 0 | 135 | 26 | 123 | 130 | 52 |
| Binary | 10000000 | 11000111 | 1101 | 100100 | 0 | 1011101 | 10110 | 1010011 | 1011000 | 101010 |
Color Harmonies of #80C70D
Complementary color
Monochromatic Colors of #80C70D
Black with #80C70D
Text Example
Text Example
White with #80C70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C70D; }
p { color: rgb(128,199,13); }
H1.HeaderClassName
{
color: #80C70D;
}
.AnyTagClassName
{
color: #80C70D;
}
</style>
background-color css
<style>
a { background-color: #80C70D; }
a { background-color: rgb(128,199,13); }
div.DivClassName
{
background-color: #80C70D;
}
.BgClassName
{
background-color: #80C70D;
}
</style>
border-color css
<style>
span { border-color: #80C70D; }
span { border-color: rgb(128,199,13); }
td.TdClassName
{
border-color: #80C70D;
}
.TagClassName
{
border-color: #80C70D;
}
</style>