Shades of Mantis #80D665
Tints of Mantis #80D665
RGB
CMYK
RGB Variations
Color information
#80D665 (or 0x80D665) is known color: Mantis. HEX triplet: 80, D6 and 65. RGB value is (128,214,101). Sum of RGB (Red+Green+Blue) = 128+214+101=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #80D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D665 is #7F299A. Grayscale: #AFAFAF. Windows color (decimal): -8333723 or 6674048. OLE color: 6674048.
HSL color Cylindrical-coordinate representation of color #80D665: hue angle of 105.66º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80D665 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 101 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.16 |
| HSL | 105.66º | 0.58% | 0.62% | - |
| HSV(B) | 105.66º | 0.53% | 0.84% | - |
| XYZ | 35.3 | 53.62 | 20.8 | - |
| YUV | 175.4 | 86.01 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 101 | 0.40 | 0 | 0.53 | 0.16 | 105.66 | 0.58 | 0.62 |
| Hex | 80 | D6 | 65 | 28 | 0 | 35 | 10 | 6A | 3A | 3E |
| Octal | 200 | 326 | 145 | 50 | 0 | 65 | 20 | 152 | 72 | 76 |
| Binary | 10000000 | 11010110 | 1100101 | 101000 | 0 | 110101 | 10000 | 1101010 | 111010 | 111110 |
Color Harmonies of #80D665
Complementary color
Monochromatic Colors of #80D665
Black with #80D665
Text Example
Text Example
White with #80D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D665; }
p { color: rgb(128,214,101); }
H1.HeaderClassName
{
color: #80D665;
}
.AnyTagClassName
{
color: #80D665;
}
</style>
background-color css
<style>
a { background-color: #80D665; }
a { background-color: rgb(128,214,101); }
div.DivClassName
{
background-color: #80D665;
}
.BgClassName
{
background-color: #80D665;
}
</style>
border-color css
<style>
span { border-color: #80D665; }
span { border-color: rgb(128,214,101); }
td.TdClassName
{
border-color: #80D665;
}
.TagClassName
{
border-color: #80D665;
}
</style>