Shades of Mantis #80C966
Tints of Mantis #80C966
RGB
CMYK
RGB Variations
Color information
#80C966 (or 0x80C966) is known color: Mantis. HEX triplet: 80, C9 and 66. RGB value is (128,201,102). Sum of RGB (Red+Green+Blue) = 128+201+102=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #80C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C966 is #7F3699. Grayscale: #A8A8A8. Windows color (decimal): -8337050 or 6736256. OLE color: 6736256.
HSL color Cylindrical-coordinate representation of color #80C966: hue angle of 104.24º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80C966 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 102 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.21 |
| HSL | 104.24º | 0.48% | 0.59% | - |
| HSV(B) | 104.24º | 0.49% | 0.79% | - |
| XYZ | 32.19 | 47.32 | 20.01 | - |
| YUV | 167.89 | 90.82 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 102 | 0.36 | 0 | 0.49 | 0.21 | 104.24 | 0.48 | 0.59 |
| Hex | 80 | C9 | 66 | 24 | 0 | 31 | 15 | 68 | 30 | 3B |
| Octal | 200 | 311 | 146 | 44 | 0 | 61 | 25 | 150 | 60 | 73 |
| Binary | 10000000 | 11001001 | 1100110 | 100100 | 0 | 110001 | 10101 | 1101000 | 110000 | 111011 |
Color Harmonies of #80C966
Complementary color
Monochromatic Colors of #80C966
Black with #80C966
Text Example
Text Example
White with #80C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C966; }
p { color: rgb(128,201,102); }
H1.HeaderClassName
{
color: #80C966;
}
.AnyTagClassName
{
color: #80C966;
}
</style>
background-color css
<style>
a { background-color: #80C966; }
a { background-color: rgb(128,201,102); }
div.DivClassName
{
background-color: #80C966;
}
.BgClassName
{
background-color: #80C966;
}
</style>
border-color css
<style>
span { border-color: #80C966; }
span { border-color: rgb(128,201,102); }
td.TdClassName
{
border-color: #80C966;
}
.TagClassName
{
border-color: #80C966;
}
</style>