Shades of Lima #80C906
Tints of Lima #80C906
RGB
CMYK
RGB Variations
Color information
#80C906 (or 0x80C906) is known color: Lima. HEX triplet: 80, C9 and 06. RGB value is (128,201,6). Sum of RGB (Red+Green+Blue) = 128+201+6=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #80C906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C906 is #7F36F9. Grayscale: #9D9D9D. Windows color (decimal): -8337146 or 444800. OLE color: 444800.
HSL color Cylindrical-coordinate representation of color #80C906: hue angle of 82.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80C906 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 6 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.21 |
| HSL | 82.46º | 0.94% | 0.41% | - |
| HSV(B) | 82.46º | 0.97% | 0.79% | - |
| XYZ | 29.82 | 46.38 | 7.55 | - |
| YUV | 156.94 | 42.82 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 6 | 0.36 | 0 | 0.97 | 0.21 | 82.46 | 0.94 | 0.41 |
| Hex | 80 | C9 | 6 | 24 | 0 | 61 | 15 | 52 | 5E | 29 |
| Octal | 200 | 311 | 6 | 44 | 0 | 141 | 25 | 122 | 136 | 51 |
| Binary | 10000000 | 11001001 | 110 | 100100 | 0 | 1100001 | 10101 | 1010010 | 1011110 | 101001 |
Color Harmonies of #80C906
Complementary color
Monochromatic Colors of #80C906
Black with #80C906
Text Example
Text Example
White with #80C906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C906; }
p { color: rgb(128,201,6); }
H1.HeaderClassName
{
color: #80C906;
}
.AnyTagClassName
{
color: #80C906;
}
</style>
background-color css
<style>
a { background-color: #80C906; }
a { background-color: rgb(128,201,6); }
div.DivClassName
{
background-color: #80C906;
}
.BgClassName
{
background-color: #80C906;
}
</style>
border-color css
<style>
span { border-color: #80C906; }
span { border-color: rgb(128,201,6); }
td.TdClassName
{
border-color: #80C906;
}
.TagClassName
{
border-color: #80C906;
}
</style>