Shades of Mantis #80CF4D
Tints of Mantis #80CF4D
RGB
CMYK
RGB Variations
Color information
#80CF4D (or 0x80CF4D) is known color: Mantis. HEX triplet: 80, CF and 4D. RGB value is (128,207,77). Sum of RGB (Red+Green+Blue) = 128+207+77=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF4D is #7F30B2. Grayscale: #A9A9A9. Windows color (decimal): -8335539 or 5099392. OLE color: 5099392.
HSL color Cylindrical-coordinate representation of color #80CF4D: hue angle of 96.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80CF4D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 77 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.19 |
| HSL | 96.46º | 0.58% | 0.56% | - |
| HSV(B) | 96.46º | 0.63% | 0.81% | - |
| XYZ | 32.55 | 49.75 | 14.91 | - |
| YUV | 168.56 | 76.33 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 77 | 0.38 | 0 | 0.63 | 0.19 | 96.46 | 0.58 | 0.56 |
| Hex | 80 | CF | 4D | 26 | 0 | 3F | 13 | 60 | 3A | 38 |
| Octal | 200 | 317 | 115 | 46 | 0 | 77 | 23 | 140 | 72 | 70 |
| Binary | 10000000 | 11001111 | 1001101 | 100110 | 0 | 111111 | 10011 | 1100000 | 111010 | 111000 |
Color Harmonies of #80CF4D
Complementary color
Monochromatic Colors of #80CF4D
Black with #80CF4D
Text Example
Text Example
White with #80CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF4D; }
p { color: rgb(128,207,77); }
H1.HeaderClassName
{
color: #80CF4D;
}
.AnyTagClassName
{
color: #80CF4D;
}
</style>
background-color css
<style>
a { background-color: #80CF4D; }
a { background-color: rgb(128,207,77); }
div.DivClassName
{
background-color: #80CF4D;
}
.BgClassName
{
background-color: #80CF4D;
}
</style>
border-color css
<style>
span { border-color: #80CF4D; }
span { border-color: rgb(128,207,77); }
td.TdClassName
{
border-color: #80CF4D;
}
.TagClassName
{
border-color: #80CF4D;
}
</style>