Shades of Mantis #80C965
Tints of Mantis #80C965
RGB
CMYK
RGB Variations
Color information
#80C965 (or 0x80C965) is known color: Mantis. HEX triplet: 80, C9 and 65. RGB value is (128,201,101). Sum of RGB (Red+Green+Blue) = 128+201+101=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #80C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C965 is #7F369A. Grayscale: #A8A8A8. Windows color (decimal): -8337051 or 6670720. OLE color: 6670720.
HSL color Cylindrical-coordinate representation of color #80C965: hue angle of 103.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C965 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 101 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.21 |
| HSL | 103.8º | 0.48% | 0.59% | - |
| HSV(B) | 103.8º | 0.5% | 0.79% | - |
| XYZ | 32.14 | 47.3 | 19.75 | - |
| YUV | 167.77 | 90.32 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 101 | 0.36 | 0 | 0.50 | 0.21 | 103.8 | 0.48 | 0.59 |
| Hex | 80 | C9 | 65 | 24 | 0 | 32 | 15 | 68 | 30 | 3B |
| Octal | 200 | 311 | 145 | 44 | 0 | 62 | 25 | 150 | 60 | 73 |
| Binary | 10000000 | 11001001 | 1100101 | 100100 | 0 | 110010 | 10101 | 1101000 | 110000 | 111011 |
Color Harmonies of #80C965
Complementary color
Monochromatic Colors of #80C965
Black with #80C965
Text Example
Text Example
White with #80C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C965; }
p { color: rgb(128,201,101); }
H1.HeaderClassName
{
color: #80C965;
}
.AnyTagClassName
{
color: #80C965;
}
</style>
background-color css
<style>
a { background-color: #80C965; }
a { background-color: rgb(128,201,101); }
div.DivClassName
{
background-color: #80C965;
}
.BgClassName
{
background-color: #80C965;
}
</style>
border-color css
<style>
span { border-color: #80C965; }
span { border-color: rgb(128,201,101); }
td.TdClassName
{
border-color: #80C965;
}
.TagClassName
{
border-color: #80C965;
}
</style>