Shades of Mantis #80D248
Tints of Mantis #80D248
RGB
CMYK
RGB Variations
Color information
#80D248 (or 0x80D248) is known color: Mantis. HEX triplet: 80, D2 and 48. RGB value is (128,210,72). Sum of RGB (Red+Green+Blue) = 128+210+72=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #80D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D248 is #7F2DB7. Grayscale: #AAAAAA. Windows color (decimal): -8334776 or 4772480. OLE color: 4772480.
HSL color Cylindrical-coordinate representation of color #80D248: hue angle of 95.65º 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 #80D248 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 72 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.18 |
| HSL | 95.65º | 0.61% | 0.55% | - |
| HSV(B) | 95.65º | 0.66% | 0.82% | - |
| XYZ | 33.12 | 51.15 | 14.26 | - |
| YUV | 169.75 | 72.83 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 72 | 0.39 | 0 | 0.66 | 0.18 | 95.65 | 0.61 | 0.55 |
| Hex | 80 | D2 | 48 | 27 | 0 | 42 | 12 | 60 | 3D | 37 |
| Octal | 200 | 322 | 110 | 47 | 0 | 102 | 22 | 140 | 75 | 67 |
| Binary | 10000000 | 11010010 | 1001000 | 100111 | 0 | 1000010 | 10010 | 1100000 | 111101 | 110111 |
Color Harmonies of #80D248
Complementary color
Monochromatic Colors of #80D248
Black with #80D248
Text Example
Text Example
White with #80D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D248; }
p { color: rgb(128,210,72); }
H1.HeaderClassName
{
color: #80D248;
}
.AnyTagClassName
{
color: #80D248;
}
</style>
background-color css
<style>
a { background-color: #80D248; }
a { background-color: rgb(128,210,72); }
div.DivClassName
{
background-color: #80D248;
}
.BgClassName
{
background-color: #80D248;
}
</style>
border-color css
<style>
span { border-color: #80D248; }
span { border-color: rgb(128,210,72); }
td.TdClassName
{
border-color: #80D248;
}
.TagClassName
{
border-color: #80D248;
}
</style>