Shades of Mantis #80D754
Tints of Mantis #80D754
RGB
CMYK
RGB Variations
Color information
#80D754 (or 0x80D754) is known color: Mantis. HEX triplet: 80, D7 and 54. RGB value is (128,215,84). Sum of RGB (Red+Green+Blue) = 128+215+84=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #80D754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D754 is #7F28AB. Grayscale: #AEAEAE. Windows color (decimal): -8333484 or 5560192. OLE color: 5560192.
HSL color Cylindrical-coordinate representation of color #80D754: hue angle of 99.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80D754 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 84 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.16 |
| HSL | 99.85º | 0.62% | 0.59% | - |
| HSV(B) | 99.85º | 0.61% | 0.84% | - |
| XYZ | 34.8 | 53.83 | 16.94 | - |
| YUV | 174.05 | 77.18 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 84 | 0.40 | 0 | 0.61 | 0.16 | 99.85 | 0.62 | 0.59 |
| Hex | 80 | D7 | 54 | 28 | 0 | 3D | 10 | 64 | 3E | 3B |
| Octal | 200 | 327 | 124 | 50 | 0 | 75 | 20 | 144 | 76 | 73 |
| Binary | 10000000 | 11010111 | 1010100 | 101000 | 0 | 111101 | 10000 | 1100100 | 111110 | 111011 |
Color Harmonies of #80D754
Complementary color
Monochromatic Colors of #80D754
Black with #80D754
Text Example
Text Example
White with #80D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D754; }
p { color: rgb(128,215,84); }
H1.HeaderClassName
{
color: #80D754;
}
.AnyTagClassName
{
color: #80D754;
}
</style>
background-color css
<style>
a { background-color: #80D754; }
a { background-color: rgb(128,215,84); }
div.DivClassName
{
background-color: #80D754;
}
.BgClassName
{
background-color: #80D754;
}
</style>
border-color css
<style>
span { border-color: #80D754; }
span { border-color: rgb(128,215,84); }
td.TdClassName
{
border-color: #80D754;
}
.TagClassName
{
border-color: #80D754;
}
</style>