Shades of Lima #80C905
Tints of Lima #80C905
RGB
CMYK
RGB Variations
Color information
#80C905 (or 0x80C905) is known color: Lima. HEX triplet: 80, C9 and 05. RGB value is (128,201,5). Sum of RGB (Red+Green+Blue) = 128+201+5=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #80C905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C905 is #7F36FA. Grayscale: #9D9D9D. Windows color (decimal): -8337147 or 379264. OLE color: 379264.
HSL color Cylindrical-coordinate representation of color #80C905: hue angle of 82.35º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80C905 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.21 |
| HSL | 82.35º | 0.95% | 0.4% | - |
| HSV(B) | 82.35º | 0.98% | 0.79% | - |
| XYZ | 29.82 | 46.37 | 7.52 | - |
| YUV | 156.83 | 42.32 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 5 | 0.36 | 0 | 0.98 | 0.21 | 82.35 | 0.95 | 0.4 |
| Hex | 80 | C9 | 5 | 24 | 0 | 62 | 15 | 52 | 5F | 28 |
| Octal | 200 | 311 | 5 | 44 | 0 | 142 | 25 | 122 | 137 | 50 |
| Binary | 10000000 | 11001001 | 101 | 100100 | 0 | 1100010 | 10101 | 1010010 | 1011111 | 101000 |
Color Harmonies of #80C905
Complementary color
Monochromatic Colors of #80C905
Black with #80C905
Text Example
Text Example
White with #80C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C905; }
p { color: rgb(128,201,5); }
H1.HeaderClassName
{
color: #80C905;
}
.AnyTagClassName
{
color: #80C905;
}
</style>
background-color css
<style>
a { background-color: #80C905; }
a { background-color: rgb(128,201,5); }
div.DivClassName
{
background-color: #80C905;
}
.BgClassName
{
background-color: #80C905;
}
</style>
border-color css
<style>
span { border-color: #80C905; }
span { border-color: rgb(128,201,5); }
td.TdClassName
{
border-color: #80C905;
}
.TagClassName
{
border-color: #80C905;
}
</style>