Shades of Mantis #80C045
Tints of Mantis #80C045
RGB
CMYK
RGB Variations
Color information
#80C045 (or 0x80C045) is known color: Mantis. HEX triplet: 80, C0 and 45. RGB value is (128,192,69). Sum of RGB (Red+Green+Blue) = 128+192+69=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #80C045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C045 is #7F3FBA. Grayscale: #9F9F9F. Windows color (decimal): -8339387 or 4571264. OLE color: 4571264.
HSL color Cylindrical-coordinate representation of color #80C045: hue angle of 91.22º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80C045 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 69 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.25 |
| HSL | 91.22º | 0.49% | 0.51% | - |
| HSV(B) | 91.22º | 0.64% | 0.75% | - |
| XYZ | 28.83 | 42.72 | 12.36 | - |
| YUV | 158.84 | 77.3 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 69 | 0.33 | 0 | 0.64 | 0.25 | 91.22 | 0.49 | 0.51 |
| Hex | 80 | C0 | 45 | 21 | 0 | 40 | 19 | 5B | 31 | 33 |
| Octal | 200 | 300 | 105 | 41 | 0 | 100 | 31 | 133 | 61 | 63 |
| Binary | 10000000 | 11000000 | 1000101 | 100001 | 0 | 1000000 | 11001 | 1011011 | 110001 | 110011 |
Color Harmonies of #80C045
Complementary color
Monochromatic Colors of #80C045
Black with #80C045
Text Example
Text Example
White with #80C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C045; }
p { color: rgb(128,192,69); }
H1.HeaderClassName
{
color: #80C045;
}
.AnyTagClassName
{
color: #80C045;
}
</style>
background-color css
<style>
a { background-color: #80C045; }
a { background-color: rgb(128,192,69); }
div.DivClassName
{
background-color: #80C045;
}
.BgClassName
{
background-color: #80C045;
}
</style>
border-color css
<style>
span { border-color: #80C045; }
span { border-color: rgb(128,192,69); }
td.TdClassName
{
border-color: #80C045;
}
.TagClassName
{
border-color: #80C045;
}
</style>