Shades of Lima #80C90A
Tints of Lima #80C90A
RGB
CMYK
RGB Variations
Color information
#80C90A (or 0x80C90A) is known color: Lima. HEX triplet: 80, C9 and 0A. RGB value is (128,201,10). Sum of RGB (Red+Green+Blue) = 128+201+10=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #80C90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C90A is #7F36F5. Grayscale: #9E9E9E. Windows color (decimal): -8337142 or 706944. OLE color: 706944.
HSL color Cylindrical-coordinate representation of color #80C90A: hue angle of 82.93º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80C90A is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 10 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.21 |
| HSL | 82.93º | 0.91% | 0.41% | - |
| HSV(B) | 82.93º | 0.95% | 0.79% | - |
| XYZ | 29.84 | 46.38 | 7.67 | - |
| YUV | 157.4 | 44.82 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 10 | 0.36 | 0 | 0.95 | 0.21 | 82.93 | 0.91 | 0.41 |
| Hex | 80 | C9 | A | 24 | 0 | 5F | 15 | 53 | 5B | 29 |
| Octal | 200 | 311 | 12 | 44 | 0 | 137 | 25 | 123 | 133 | 51 |
| Binary | 10000000 | 11001001 | 1010 | 100100 | 0 | 1011111 | 10101 | 1010011 | 1011011 | 101001 |
Color Harmonies of #80C90A
Complementary color
Monochromatic Colors of #80C90A
Black with #80C90A
Text Example
Text Example
White with #80C90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C90A; }
p { color: rgb(128,201,10); }
H1.HeaderClassName
{
color: #80C90A;
}
.AnyTagClassName
{
color: #80C90A;
}
</style>
background-color css
<style>
a { background-color: #80C90A; }
a { background-color: rgb(128,201,10); }
div.DivClassName
{
background-color: #80C90A;
}
.BgClassName
{
background-color: #80C90A;
}
</style>
border-color css
<style>
span { border-color: #80C90A; }
span { border-color: rgb(128,201,10); }
td.TdClassName
{
border-color: #80C90A;
}
.TagClassName
{
border-color: #80C90A;
}
</style>