Shades of Mantis #80D549
Tints of Mantis #80D549
RGB
CMYK
RGB Variations
Color information
#80D549 (or 0x80D549) is known color: Mantis. HEX triplet: 80, D5 and 49. RGB value is (128,213,73). Sum of RGB (Red+Green+Blue) = 128+213+73=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #80D549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D549 is #7F2AB6. Grayscale: #ACACAC. Windows color (decimal): -8334007 or 4838784. OLE color: 4838784.
HSL color Cylindrical-coordinate representation of color #80D549: hue angle of 96.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80D549 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 73 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.16 |
| HSL | 96.43º | 0.63% | 0.56% | - |
| HSV(B) | 96.43º | 0.66% | 0.84% | - |
| XYZ | 33.9 | 52.66 | 14.68 | - |
| YUV | 171.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 73 | 0.40 | 0 | 0.66 | 0.16 | 96.43 | 0.63 | 0.56 |
| Hex | 80 | D5 | 49 | 28 | 0 | 42 | 10 | 60 | 3E | 38 |
| Octal | 200 | 325 | 111 | 50 | 0 | 102 | 20 | 140 | 76 | 70 |
| Binary | 10000000 | 11010101 | 1001001 | 101000 | 0 | 1000010 | 10000 | 1100000 | 111110 | 111000 |
Color Harmonies of #80D549
Complementary color
Monochromatic Colors of #80D549
Black with #80D549
Text Example
Text Example
White with #80D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D549; }
p { color: rgb(128,213,73); }
H1.HeaderClassName
{
color: #80D549;
}
.AnyTagClassName
{
color: #80D549;
}
</style>
background-color css
<style>
a { background-color: #80D549; }
a { background-color: rgb(128,213,73); }
div.DivClassName
{
background-color: #80D549;
}
.BgClassName
{
background-color: #80D549;
}
</style>
border-color css
<style>
span { border-color: #80D549; }
span { border-color: rgb(128,213,73); }
td.TdClassName
{
border-color: #80D549;
}
.TagClassName
{
border-color: #80D549;
}
</style>