Shades of Mantis #80E84B
Tints of Mantis #80E84B
RGB
CMYK
RGB Variations
Color information
#80E84B (or 0x80E84B) is known color: Mantis. HEX triplet: 80, E8 and 4B. RGB value is (128,232,75). Sum of RGB (Red+Green+Blue) = 128+232+75=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #80E84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E84B is #7F17B4. Grayscale: #B7B7B7. Windows color (decimal): -8329141 or 4974720. OLE color: 4974720.
HSL color Cylindrical-coordinate representation of color #80E84B: hue angle of 99.75º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80E84B is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 232 | 75 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.09 |
| HSL | 99.75º | 0.77% | 0.6% | - |
| HSV(B) | 99.75º | 0.68% | 0.91% | - |
| XYZ | 39.03 | 62.81 | 16.72 | - |
| YUV | 183.01 | 67.04 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 232 | 75 | 0.45 | 0 | 0.68 | 0.09 | 99.75 | 0.77 | 0.6 |
| Hex | 80 | E8 | 4B | 2D | 0 | 44 | 9 | 64 | 4D | 3C |
| Octal | 200 | 350 | 113 | 55 | 0 | 104 | 11 | 144 | 115 | 74 |
| Binary | 10000000 | 11101000 | 1001011 | 101101 | 0 | 1000100 | 1001 | 1100100 | 1001101 | 111100 |
Color Harmonies of #80E84B
Complementary color
Monochromatic Colors of #80E84B
Black with #80E84B
Text Example
Text Example
White with #80E84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E84B; }
p { color: rgb(128,232,75); }
H1.HeaderClassName
{
color: #80E84B;
}
.AnyTagClassName
{
color: #80E84B;
}
</style>
background-color css
<style>
a { background-color: #80E84B; }
a { background-color: rgb(128,232,75); }
div.DivClassName
{
background-color: #80E84B;
}
.BgClassName
{
background-color: #80E84B;
}
</style>
border-color css
<style>
span { border-color: #80E84B; }
span { border-color: rgb(128,232,75); }
td.TdClassName
{
border-color: #80E84B;
}
.TagClassName
{
border-color: #80E84B;
}
</style>