Shades of Mantis #80CF45
Tints of Mantis #80CF45
RGB
CMYK
RGB Variations
Color information
#80CF45 (or 0x80CF45) is known color: Mantis. HEX triplet: 80, CF and 45. RGB value is (128,207,69). Sum of RGB (Red+Green+Blue) = 128+207+69=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF45 is #7F30BA. Grayscale: #A8A8A8. Windows color (decimal): -8335547 or 4575104. OLE color: 4575104.
HSL color Cylindrical-coordinate representation of color #80CF45: hue angle of 94.35º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80CF45 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 69 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.19 |
| HSL | 94.35º | 0.59% | 0.54% | - |
| HSV(B) | 94.35º | 0.67% | 0.81% | - |
| XYZ | 32.29 | 49.64 | 13.51 | - |
| YUV | 167.65 | 72.33 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 69 | 0.38 | 0 | 0.67 | 0.19 | 94.35 | 0.59 | 0.54 |
| Hex | 80 | CF | 45 | 26 | 0 | 43 | 13 | 5E | 3B | 36 |
| Octal | 200 | 317 | 105 | 46 | 0 | 103 | 23 | 136 | 73 | 66 |
| Binary | 10000000 | 11001111 | 1000101 | 100110 | 0 | 1000011 | 10011 | 1011110 | 111011 | 110110 |
Color Harmonies of #80CF45
Complementary color
Monochromatic Colors of #80CF45
Black with #80CF45
Text Example
Text Example
White with #80CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF45; }
p { color: rgb(128,207,69); }
H1.HeaderClassName
{
color: #80CF45;
}
.AnyTagClassName
{
color: #80CF45;
}
</style>
background-color css
<style>
a { background-color: #80CF45; }
a { background-color: rgb(128,207,69); }
div.DivClassName
{
background-color: #80CF45;
}
.BgClassName
{
background-color: #80CF45;
}
</style>
border-color css
<style>
span { border-color: #80CF45; }
span { border-color: rgb(128,207,69); }
td.TdClassName
{
border-color: #80CF45;
}
.TagClassName
{
border-color: #80CF45;
}
</style>