Shades of Mantis #80D94F
Tints of Mantis #80D94F
RGB
CMYK
RGB Variations
Color information
#80D94F (or 0x80D94F) is known color: Mantis. HEX triplet: 80, D9 and 4F. RGB value is (128,217,79). Sum of RGB (Red+Green+Blue) = 128+217+79=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #80D94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D94F is #7F26B0. Grayscale: #AFAFAF. Windows color (decimal): -8332977 or 5233024. OLE color: 5233024.
HSL color Cylindrical-coordinate representation of color #80D94F: hue angle of 98.7º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80D94F is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 79 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.15 |
| HSL | 98.7º | 0.64% | 0.58% | - |
| HSV(B) | 98.7º | 0.64% | 0.85% | - |
| XYZ | 35.13 | 54.78 | 16.12 | - |
| YUV | 174.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 79 | 0.41 | 0 | 0.64 | 0.15 | 98.7 | 0.64 | 0.58 |
| Hex | 80 | D9 | 4F | 29 | 0 | 40 | F | 63 | 40 | 3A |
| Octal | 200 | 331 | 117 | 51 | 0 | 100 | 17 | 143 | 100 | 72 |
| Binary | 10000000 | 11011001 | 1001111 | 101001 | 0 | 1000000 | 1111 | 1100011 | 1000000 | 111010 |
Color Harmonies of #80D94F
Complementary color
Monochromatic Colors of #80D94F
Black with #80D94F
Text Example
Text Example
White with #80D94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D94F; }
p { color: rgb(128,217,79); }
H1.HeaderClassName
{
color: #80D94F;
}
.AnyTagClassName
{
color: #80D94F;
}
</style>
background-color css
<style>
a { background-color: #80D94F; }
a { background-color: rgb(128,217,79); }
div.DivClassName
{
background-color: #80D94F;
}
.BgClassName
{
background-color: #80D94F;
}
</style>
border-color css
<style>
span { border-color: #80D94F; }
span { border-color: rgb(128,217,79); }
td.TdClassName
{
border-color: #80D94F;
}
.TagClassName
{
border-color: #80D94F;
}
</style>