Shades of Mantis #80CF55
Tints of Mantis #80CF55
RGB
CMYK
RGB Variations
Color information
#80CF55 (or 0x80CF55) is known color: Mantis. HEX triplet: 80, CF and 55. RGB value is (128,207,85). Sum of RGB (Red+Green+Blue) = 128+207+85=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF55 is #7F30AA. Grayscale: #A9A9A9. Windows color (decimal): -8335531 or 5623680. OLE color: 5623680.
HSL color Cylindrical-coordinate representation of color #80CF55: hue angle of 98.85º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80CF55 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 85 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.19 |
| HSL | 98.85º | 0.56% | 0.57% | - |
| HSV(B) | 98.85º | 0.59% | 0.81% | - |
| XYZ | 32.85 | 49.87 | 16.49 | - |
| YUV | 169.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 85 | 0.38 | 0 | 0.59 | 0.19 | 98.85 | 0.56 | 0.57 |
| Hex | 80 | CF | 55 | 26 | 0 | 3B | 13 | 63 | 38 | 39 |
| Octal | 200 | 317 | 125 | 46 | 0 | 73 | 23 | 143 | 70 | 71 |
| Binary | 10000000 | 11001111 | 1010101 | 100110 | 0 | 111011 | 10011 | 1100011 | 111000 | 111001 |
Color Harmonies of #80CF55
Complementary color
Monochromatic Colors of #80CF55
Black with #80CF55
Text Example
Text Example
White with #80CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF55; }
p { color: rgb(128,207,85); }
H1.HeaderClassName
{
color: #80CF55;
}
.AnyTagClassName
{
color: #80CF55;
}
</style>
background-color css
<style>
a { background-color: #80CF55; }
a { background-color: rgb(128,207,85); }
div.DivClassName
{
background-color: #80CF55;
}
.BgClassName
{
background-color: #80CF55;
}
</style>
border-color css
<style>
span { border-color: #80CF55; }
span { border-color: rgb(128,207,85); }
td.TdClassName
{
border-color: #80CF55;
}
.TagClassName
{
border-color: #80CF55;
}
</style>