Shades of Mantis #80CE51
Tints of Mantis #80CE51
RGB
CMYK
RGB Variations
Color information
#80CE51 (or 0x80CE51) is known color: Mantis. HEX triplet: 80, CE and 51. RGB value is (128,206,81). Sum of RGB (Red+Green+Blue) = 128+206+81=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE51 is #7F31AE. Grayscale: #A8A8A8. Windows color (decimal): -8335791 or 5361280. OLE color: 5361280.
HSL color Cylindrical-coordinate representation of color #80CE51: hue angle of 97.44º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80CE51 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 81 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.19 |
| HSL | 97.44º | 0.56% | 0.56% | - |
| HSV(B) | 97.44º | 0.61% | 0.81% | - |
| XYZ | 32.46 | 49.33 | 15.59 | - |
| YUV | 168.43 | 78.66 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 81 | 0.38 | 0 | 0.61 | 0.19 | 97.44 | 0.56 | 0.56 |
| Hex | 80 | CE | 51 | 26 | 0 | 3D | 13 | 61 | 38 | 38 |
| Octal | 200 | 316 | 121 | 46 | 0 | 75 | 23 | 141 | 70 | 70 |
| Binary | 10000000 | 11001110 | 1010001 | 100110 | 0 | 111101 | 10011 | 1100001 | 111000 | 111000 |
Color Harmonies of #80CE51
Complementary color
Monochromatic Colors of #80CE51
Black with #80CE51
Text Example
Text Example
White with #80CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE51; }
p { color: rgb(128,206,81); }
H1.HeaderClassName
{
color: #80CE51;
}
.AnyTagClassName
{
color: #80CE51;
}
</style>
background-color css
<style>
a { background-color: #80CE51; }
a { background-color: rgb(128,206,81); }
div.DivClassName
{
background-color: #80CE51;
}
.BgClassName
{
background-color: #80CE51;
}
</style>
border-color css
<style>
span { border-color: #80CE51; }
span { border-color: rgb(128,206,81); }
td.TdClassName
{
border-color: #80CE51;
}
.TagClassName
{
border-color: #80CE51;
}
</style>