Shades of Mantis #80E05A
Tints of Mantis #80E05A
RGB
CMYK
RGB Variations
Color information
#80E05A (or 0x80E05A) is known color: Mantis. HEX triplet: 80, E0 and 5A. RGB value is (128,224,90). Sum of RGB (Red+Green+Blue) = 128+224+90=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #80E05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E05A is #7F1FA5. Grayscale: #B4B4B4. Windows color (decimal): -8331174 or 5955712. OLE color: 5955712.
HSL color Cylindrical-coordinate representation of color #80E05A: hue angle of 102.99º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80E05A is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 90 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.12 |
| HSL | 102.99º | 0.68% | 0.62% | - |
| HSV(B) | 102.99º | 0.6% | 0.88% | - |
| XYZ | 37.4 | 58.64 | 19.02 | - |
| YUV | 180.02 | 77.2 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 90 | 0.43 | 0 | 0.60 | 0.12 | 102.99 | 0.68 | 0.62 |
| Hex | 80 | E0 | 5A | 2B | 0 | 3C | C | 67 | 44 | 3E |
| Octal | 200 | 340 | 132 | 53 | 0 | 74 | 14 | 147 | 104 | 76 |
| Binary | 10000000 | 11100000 | 1011010 | 101011 | 0 | 111100 | 1100 | 1100111 | 1000100 | 111110 |
Color Harmonies of #80E05A
Complementary color
Monochromatic Colors of #80E05A
Black with #80E05A
Text Example
Text Example
White with #80E05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E05A; }
p { color: rgb(128,224,90); }
H1.HeaderClassName
{
color: #80E05A;
}
.AnyTagClassName
{
color: #80E05A;
}
</style>
background-color css
<style>
a { background-color: #80E05A; }
a { background-color: rgb(128,224,90); }
div.DivClassName
{
background-color: #80E05A;
}
.BgClassName
{
background-color: #80E05A;
}
</style>
border-color css
<style>
span { border-color: #80E05A; }
span { border-color: rgb(128,224,90); }
td.TdClassName
{
border-color: #80E05A;
}
.TagClassName
{
border-color: #80E05A;
}
</style>