Shades of Mantis #80D45F
Tints of Mantis #80D45F
RGB
CMYK
RGB Variations
Color information
#80D45F (or 0x80D45F) is known color: Mantis. HEX triplet: 80, D4 and 5F. RGB value is (128,212,95). Sum of RGB (Red+Green+Blue) = 128+212+95=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #80D45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D45F is #7F2BA0. Grayscale: #ADADAD. Windows color (decimal): -8334241 or 6280320. OLE color: 6280320.
HSL color Cylindrical-coordinate representation of color #80D45F: hue angle of 103.08º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80D45F is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 95 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.17 |
| HSL | 103.08º | 0.58% | 0.6% | - |
| HSV(B) | 103.08º | 0.55% | 0.83% | - |
| XYZ | 34.51 | 52.5 | 19.14 | - |
| YUV | 173.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 95 | 0.40 | 0 | 0.55 | 0.17 | 103.08 | 0.58 | 0.6 |
| Hex | 80 | D4 | 5F | 28 | 0 | 37 | 11 | 67 | 3A | 3C |
| Octal | 200 | 324 | 137 | 50 | 0 | 67 | 21 | 147 | 72 | 74 |
| Binary | 10000000 | 11010100 | 1011111 | 101000 | 0 | 110111 | 10001 | 1100111 | 111010 | 111100 |
Color Harmonies of #80D45F
Complementary color
Monochromatic Colors of #80D45F
Black with #80D45F
Text Example
Text Example
White with #80D45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D45F; }
p { color: rgb(128,212,95); }
H1.HeaderClassName
{
color: #80D45F;
}
.AnyTagClassName
{
color: #80D45F;
}
</style>
background-color css
<style>
a { background-color: #80D45F; }
a { background-color: rgb(128,212,95); }
div.DivClassName
{
background-color: #80D45F;
}
.BgClassName
{
background-color: #80D45F;
}
</style>
border-color css
<style>
span { border-color: #80D45F; }
span { border-color: rgb(128,212,95); }
td.TdClassName
{
border-color: #80D45F;
}
.TagClassName
{
border-color: #80D45F;
}
</style>