Shades of Lima #80CA05
Tints of Lima #80CA05
RGB
CMYK
RGB Variations
Color information
#80CA05 (or 0x80CA05) is known color: Lima. HEX triplet: 80, CA and 05. RGB value is (128,202,5). Sum of RGB (Red+Green+Blue) = 128+202+5=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CA05 is #7F35FA. Grayscale: #9E9E9E. Windows color (decimal): -8336891 or 379520. OLE color: 379520.
HSL color Cylindrical-coordinate representation of color #80CA05: hue angle of 82.54º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80CA05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.21 |
| HSL | 82.54º | 0.95% | 0.41% | - |
| HSV(B) | 82.54º | 0.98% | 0.79% | - |
| XYZ | 30.05 | 46.84 | 7.6 | - |
| YUV | 157.42 | 41.98 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 5 | 0.37 | 0 | 0.98 | 0.21 | 82.54 | 0.95 | 0.41 |
| Hex | 80 | CA | 5 | 25 | 0 | 62 | 15 | 53 | 5F | 29 |
| Octal | 200 | 312 | 5 | 45 | 0 | 142 | 25 | 123 | 137 | 51 |
| Binary | 10000000 | 11001010 | 101 | 100101 | 0 | 1100010 | 10101 | 1010011 | 1011111 | 101001 |
Color Harmonies of #80CA05
Complementary color
Monochromatic Colors of #80CA05
Black with #80CA05
Text Example
Text Example
White with #80CA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA05; }
p { color: rgb(128,202,5); }
H1.HeaderClassName
{
color: #80CA05;
}
.AnyTagClassName
{
color: #80CA05;
}
</style>
background-color css
<style>
a { background-color: #80CA05; }
a { background-color: rgb(128,202,5); }
div.DivClassName
{
background-color: #80CA05;
}
.BgClassName
{
background-color: #80CA05;
}
</style>
border-color css
<style>
span { border-color: #80CA05; }
span { border-color: rgb(128,202,5); }
td.TdClassName
{
border-color: #80CA05;
}
.TagClassName
{
border-color: #80CA05;
}
</style>