Shades of Mantis #80CF47
Tints of Mantis #80CF47
RGB
CMYK
RGB Variations
Color information
#80CF47 (or 0x80CF47) is known color: Mantis. HEX triplet: 80, CF and 47. RGB value is (128,207,71). Sum of RGB (Red+Green+Blue) = 128+207+71=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF47 is #7F30B8. Grayscale: #A8A8A8. Windows color (decimal): -8335545 or 4706176. OLE color: 4706176.
HSL color Cylindrical-coordinate representation of color #80CF47: hue angle of 94.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80CF47 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 71 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.19 |
| HSL | 94.85º | 0.59% | 0.55% | - |
| HSV(B) | 94.85º | 0.66% | 0.81% | - |
| XYZ | 32.35 | 49.67 | 13.84 | - |
| YUV | 167.88 | 73.33 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 71 | 0.38 | 0 | 0.66 | 0.19 | 94.85 | 0.59 | 0.55 |
| Hex | 80 | CF | 47 | 26 | 0 | 42 | 13 | 5F | 3B | 37 |
| Octal | 200 | 317 | 107 | 46 | 0 | 102 | 23 | 137 | 73 | 67 |
| Binary | 10000000 | 11001111 | 1000111 | 100110 | 0 | 1000010 | 10011 | 1011111 | 111011 | 110111 |
Color Harmonies of #80CF47
Complementary color
Monochromatic Colors of #80CF47
Black with #80CF47
Text Example
Text Example
White with #80CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF47; }
p { color: rgb(128,207,71); }
H1.HeaderClassName
{
color: #80CF47;
}
.AnyTagClassName
{
color: #80CF47;
}
</style>
background-color css
<style>
a { background-color: #80CF47; }
a { background-color: rgb(128,207,71); }
div.DivClassName
{
background-color: #80CF47;
}
.BgClassName
{
background-color: #80CF47;
}
</style>
border-color css
<style>
span { border-color: #80CF47; }
span { border-color: rgb(128,207,71); }
td.TdClassName
{
border-color: #80CF47;
}
.TagClassName
{
border-color: #80CF47;
}
</style>