Shades of Mantis #80D247
Tints of Mantis #80D247
RGB
CMYK
RGB Variations
Color information
#80D247 (or 0x80D247) is known color: Mantis. HEX triplet: 80, D2 and 47. RGB value is (128,210,71). Sum of RGB (Red+Green+Blue) = 128+210+71=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #80D247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D247 is #7F2DB8. Grayscale: #AAAAAA. Windows color (decimal): -8334777 or 4706944. OLE color: 4706944.
HSL color Cylindrical-coordinate representation of color #80D247: hue angle of 95.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80D247 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 71 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.18 |
| HSL | 95.4º | 0.61% | 0.55% | - |
| HSV(B) | 95.4º | 0.66% | 0.82% | - |
| XYZ | 33.09 | 51.14 | 14.09 | - |
| YUV | 169.64 | 72.33 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 71 | 0.39 | 0 | 0.66 | 0.18 | 95.4 | 0.61 | 0.55 |
| Hex | 80 | D2 | 47 | 27 | 0 | 42 | 12 | 5F | 3D | 37 |
| Octal | 200 | 322 | 107 | 47 | 0 | 102 | 22 | 137 | 75 | 67 |
| Binary | 10000000 | 11010010 | 1000111 | 100111 | 0 | 1000010 | 10010 | 1011111 | 111101 | 110111 |
Color Harmonies of #80D247
Complementary color
Monochromatic Colors of #80D247
Black with #80D247
Text Example
Text Example
White with #80D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D247; }
p { color: rgb(128,210,71); }
H1.HeaderClassName
{
color: #80D247;
}
.AnyTagClassName
{
color: #80D247;
}
</style>
background-color css
<style>
a { background-color: #80D247; }
a { background-color: rgb(128,210,71); }
div.DivClassName
{
background-color: #80D247;
}
.BgClassName
{
background-color: #80D247;
}
</style>
border-color css
<style>
span { border-color: #80D247; }
span { border-color: rgb(128,210,71); }
td.TdClassName
{
border-color: #80D247;
}
.TagClassName
{
border-color: #80D247;
}
</style>