Shades of Mantis #80C640
Tints of Mantis #80C640
RGB
CMYK
RGB Variations
Color information
#80C640 (or 0x80C640) is known color: Mantis. HEX triplet: 80, C6 and 40. RGB value is (128,198,64). Sum of RGB (Red+Green+Blue) = 128+198+64=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #80C640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C640 is #7F39BF. Grayscale: #A2A2A2. Windows color (decimal): -8337856 or 4245120. OLE color: 4245120.
HSL color Cylindrical-coordinate representation of color #80C640: hue angle of 91.34º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80C640 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 64 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.22 |
| HSL | 91.34º | 0.54% | 0.51% | - |
| HSV(B) | 91.34º | 0.68% | 0.78% | - |
| XYZ | 30.02 | 45.35 | 12.02 | - |
| YUV | 161.79 | 72.81 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 64 | 0.35 | 0 | 0.68 | 0.22 | 91.34 | 0.54 | 0.51 |
| Hex | 80 | C6 | 40 | 23 | 0 | 44 | 16 | 5B | 36 | 33 |
| Octal | 200 | 306 | 100 | 43 | 0 | 104 | 26 | 133 | 66 | 63 |
| Binary | 10000000 | 11000110 | 1000000 | 100011 | 0 | 1000100 | 10110 | 1011011 | 110110 | 110011 |
Color Harmonies of #80C640
Complementary color
Monochromatic Colors of #80C640
Black with #80C640
Text Example
Text Example
White with #80C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C640; }
p { color: rgb(128,198,64); }
H1.HeaderClassName
{
color: #80C640;
}
.AnyTagClassName
{
color: #80C640;
}
</style>
background-color css
<style>
a { background-color: #80C640; }
a { background-color: rgb(128,198,64); }
div.DivClassName
{
background-color: #80C640;
}
.BgClassName
{
background-color: #80C640;
}
</style>
border-color css
<style>
span { border-color: #80C640; }
span { border-color: rgb(128,198,64); }
td.TdClassName
{
border-color: #80C640;
}
.TagClassName
{
border-color: #80C640;
}
</style>