Shades of Mantis #80D150
Tints of Mantis #80D150
RGB
CMYK
RGB Variations
Color information
#80D150 (or 0x80D150) is known color: Mantis. HEX triplet: 80, D1 and 50. RGB value is (128,209,80). Sum of RGB (Red+Green+Blue) = 128+209+80=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #80D150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D150 is #7F2EAF. Grayscale: #AAAAAA. Windows color (decimal): -8335024 or 5296512. OLE color: 5296512.
HSL color Cylindrical-coordinate representation of color #80D150: hue angle of 97.67º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80D150 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 80 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.18 |
| HSL | 97.67º | 0.58% | 0.57% | - |
| HSV(B) | 97.67º | 0.62% | 0.82% | - |
| XYZ | 33.15 | 50.77 | 15.64 | - |
| YUV | 170.08 | 77.16 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 80 | 0.39 | 0 | 0.62 | 0.18 | 97.67 | 0.58 | 0.57 |
| Hex | 80 | D1 | 50 | 27 | 0 | 3E | 12 | 62 | 3A | 39 |
| Octal | 200 | 321 | 120 | 47 | 0 | 76 | 22 | 142 | 72 | 71 |
| Binary | 10000000 | 11010001 | 1010000 | 100111 | 0 | 111110 | 10010 | 1100010 | 111010 | 111001 |
Color Harmonies of #80D150
Complementary color
Monochromatic Colors of #80D150
Black with #80D150
Text Example
Text Example
White with #80D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D150; }
p { color: rgb(128,209,80); }
H1.HeaderClassName
{
color: #80D150;
}
.AnyTagClassName
{
color: #80D150;
}
</style>
background-color css
<style>
a { background-color: #80D150; }
a { background-color: rgb(128,209,80); }
div.DivClassName
{
background-color: #80D150;
}
.BgClassName
{
background-color: #80D150;
}
</style>
border-color css
<style>
span { border-color: #80D150; }
span { border-color: rgb(128,209,80); }
td.TdClassName
{
border-color: #80D150;
}
.TagClassName
{
border-color: #80D150;
}
</style>