Shades of Mantis #80C245
Tints of Mantis #80C245
RGB
CMYK
RGB Variations
Color information
#80C245 (or 0x80C245) is known color: Mantis. HEX triplet: 80, C2 and 45. RGB value is (128,194,69). Sum of RGB (Red+Green+Blue) = 128+194+69=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #80C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C245 is #7F3DBA. Grayscale: #A0A0A0. Windows color (decimal): -8338875 or 4571776. OLE color: 4571776.
HSL color Cylindrical-coordinate representation of color #80C245: hue angle of 91.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80C245 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 69 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.24 |
| HSL | 91.68º | 0.51% | 0.52% | - |
| HSV(B) | 91.68º | 0.64% | 0.76% | - |
| XYZ | 29.27 | 43.6 | 12.5 | - |
| YUV | 160.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 69 | 0.34 | 0 | 0.64 | 0.24 | 91.68 | 0.51 | 0.52 |
| Hex | 80 | C2 | 45 | 22 | 0 | 40 | 18 | 5C | 33 | 34 |
| Octal | 200 | 302 | 105 | 42 | 0 | 100 | 30 | 134 | 63 | 64 |
| Binary | 10000000 | 11000010 | 1000101 | 100010 | 0 | 1000000 | 11000 | 1011100 | 110011 | 110100 |
Color Harmonies of #80C245
Complementary color
Monochromatic Colors of #80C245
Black with #80C245
Text Example
Text Example
White with #80C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C245; }
p { color: rgb(128,194,69); }
H1.HeaderClassName
{
color: #80C245;
}
.AnyTagClassName
{
color: #80C245;
}
</style>
background-color css
<style>
a { background-color: #80C245; }
a { background-color: rgb(128,194,69); }
div.DivClassName
{
background-color: #80C245;
}
.BgClassName
{
background-color: #80C245;
}
</style>
border-color css
<style>
span { border-color: #80C245; }
span { border-color: rgb(128,194,69); }
td.TdClassName
{
border-color: #80C245;
}
.TagClassName
{
border-color: #80C245;
}
</style>