Shades of Lima #80C90C
Tints of Lima #80C90C
RGB
CMYK
RGB Variations
Color information
#80C90C (or 0x80C90C) is known color: Lima. HEX triplet: 80, C9 and 0C. RGB value is (128,201,12). Sum of RGB (Red+Green+Blue) = 128+201+12=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #80C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C90C is #7F36F3. Grayscale: #9E9E9E. Windows color (decimal): -8337140 or 838016. OLE color: 838016.
HSL color Cylindrical-coordinate representation of color #80C90C: hue angle of 83.17º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80C90C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 12 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.21 |
| HSL | 83.17º | 0.89% | 0.42% | - |
| HSV(B) | 83.17º | 0.94% | 0.79% | - |
| XYZ | 29.86 | 46.39 | 7.73 | - |
| YUV | 157.63 | 45.82 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 12 | 0.36 | 0 | 0.94 | 0.21 | 83.17 | 0.89 | 0.42 |
| Hex | 80 | C9 | C | 24 | 0 | 5E | 15 | 53 | 59 | 2A |
| Octal | 200 | 311 | 14 | 44 | 0 | 136 | 25 | 123 | 131 | 52 |
| Binary | 10000000 | 11001001 | 1100 | 100100 | 0 | 1011110 | 10101 | 1010011 | 1011001 | 101010 |
Color Harmonies of #80C90C
Complementary color
Monochromatic Colors of #80C90C
Black with #80C90C
Text Example
Text Example
White with #80C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C90C; }
p { color: rgb(128,201,12); }
H1.HeaderClassName
{
color: #80C90C;
}
.AnyTagClassName
{
color: #80C90C;
}
</style>
background-color css
<style>
a { background-color: #80C90C; }
a { background-color: rgb(128,201,12); }
div.DivClassName
{
background-color: #80C90C;
}
.BgClassName
{
background-color: #80C90C;
}
</style>
border-color css
<style>
span { border-color: #80C90C; }
span { border-color: rgb(128,201,12); }
td.TdClassName
{
border-color: #80C90C;
}
.TagClassName
{
border-color: #80C90C;
}
</style>