Shades of Lima #80C608
Tints of Lima #80C608
RGB
CMYK
RGB Variations
Color information
#80C608 (or 0x80C608) is known color: Lima. HEX triplet: 80, C6 and 08. RGB value is (128,198,8). Sum of RGB (Red+Green+Blue) = 128+198+8=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #80C608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C608 is #7F39F7. Grayscale: #9C9C9C. Windows color (decimal): -8337912 or 575104. OLE color: 575104.
HSL color Cylindrical-coordinate representation of color #80C608: hue angle of 82.11º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80C608 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 8 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.22 |
| HSL | 82.11º | 0.92% | 0.4% | - |
| HSV(B) | 82.11º | 0.96% | 0.78% | - |
| XYZ | 29.14 | 44.99 | 7.38 | - |
| YUV | 155.41 | 44.81 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 8 | 0.35 | 0 | 0.96 | 0.22 | 82.11 | 0.92 | 0.4 |
| Hex | 80 | C6 | 8 | 23 | 0 | 60 | 16 | 52 | 5C | 28 |
| Octal | 200 | 306 | 10 | 43 | 0 | 140 | 26 | 122 | 134 | 50 |
| Binary | 10000000 | 11000110 | 1000 | 100011 | 0 | 1100000 | 10110 | 1010010 | 1011100 | 101000 |
Color Harmonies of #80C608
Complementary color
Monochromatic Colors of #80C608
Black with #80C608
Text Example
Text Example
White with #80C608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C608; }
p { color: rgb(128,198,8); }
H1.HeaderClassName
{
color: #80C608;
}
.AnyTagClassName
{
color: #80C608;
}
</style>
background-color css
<style>
a { background-color: #80C608; }
a { background-color: rgb(128,198,8); }
div.DivClassName
{
background-color: #80C608;
}
.BgClassName
{
background-color: #80C608;
}
</style>
border-color css
<style>
span { border-color: #80C608; }
span { border-color: rgb(128,198,8); }
td.TdClassName
{
border-color: #80C608;
}
.TagClassName
{
border-color: #80C608;
}
</style>