Shades of Mantis #80CF5A
Tints of Mantis #80CF5A
RGB
CMYK
RGB Variations
Color information
#80CF5A (or 0x80CF5A) is known color: Mantis. HEX triplet: 80, CF and 5A. RGB value is (128,207,90). Sum of RGB (Red+Green+Blue) = 128+207+90=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF5A is #7F30A5. Grayscale: #AAAAAA. Windows color (decimal): -8335526 or 5951360. OLE color: 5951360.
HSL color Cylindrical-coordinate representation of color #80CF5A: hue angle of 100.51º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80CF5A is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 90 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.19 |
| HSL | 100.51º | 0.55% | 0.58% | - |
| HSV(B) | 100.51º | 0.57% | 0.81% | - |
| XYZ | 33.06 | 49.95 | 17.57 | - |
| YUV | 170.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 90 | 0.38 | 0 | 0.57 | 0.19 | 100.51 | 0.55 | 0.58 |
| Hex | 80 | CF | 5A | 26 | 0 | 39 | 13 | 65 | 37 | 3A |
| Octal | 200 | 317 | 132 | 46 | 0 | 71 | 23 | 145 | 67 | 72 |
| Binary | 10000000 | 11001111 | 1011010 | 100110 | 0 | 111001 | 10011 | 1100101 | 110111 | 111010 |
Color Harmonies of #80CF5A
Complementary color
Monochromatic Colors of #80CF5A
Black with #80CF5A
Text Example
Text Example
White with #80CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF5A; }
p { color: rgb(128,207,90); }
H1.HeaderClassName
{
color: #80CF5A;
}
.AnyTagClassName
{
color: #80CF5A;
}
</style>
background-color css
<style>
a { background-color: #80CF5A; }
a { background-color: rgb(128,207,90); }
div.DivClassName
{
background-color: #80CF5A;
}
.BgClassName
{
background-color: #80CF5A;
}
</style>
border-color css
<style>
span { border-color: #80CF5A; }
span { border-color: rgb(128,207,90); }
td.TdClassName
{
border-color: #80CF5A;
}
.TagClassName
{
border-color: #80CF5A;
}
</style>