Shades of Mantis #80D65B
Tints of Mantis #80D65B
RGB
CMYK
RGB Variations
Color information
#80D65B (or 0x80D65B) is known color: Mantis. HEX triplet: 80, D6 and 5B. RGB value is (128,214,91). Sum of RGB (Red+Green+Blue) = 128+214+91=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #80D65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D65B is #7F29A4. Grayscale: #AEAEAE. Windows color (decimal): -8333733 or 6018688. OLE color: 6018688.
HSL color Cylindrical-coordinate representation of color #80D65B: hue angle of 101.95º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80D65B is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 91 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.16 |
| HSL | 101.95º | 0.6% | 0.6% | - |
| HSV(B) | 101.95º | 0.57% | 0.84% | - |
| XYZ | 34.84 | 53.44 | 18.38 | - |
| YUV | 174.26 | 81.01 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 91 | 0.40 | 0 | 0.57 | 0.16 | 101.95 | 0.6 | 0.6 |
| Hex | 80 | D6 | 5B | 28 | 0 | 39 | 10 | 66 | 3C | 3C |
| Octal | 200 | 326 | 133 | 50 | 0 | 71 | 20 | 146 | 74 | 74 |
| Binary | 10000000 | 11010110 | 1011011 | 101000 | 0 | 111001 | 10000 | 1100110 | 111100 | 111100 |
Color Harmonies of #80D65B
Complementary color
Monochromatic Colors of #80D65B
Black with #80D65B
Text Example
Text Example
White with #80D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D65B; }
p { color: rgb(128,214,91); }
H1.HeaderClassName
{
color: #80D65B;
}
.AnyTagClassName
{
color: #80D65B;
}
</style>
background-color css
<style>
a { background-color: #80D65B; }
a { background-color: rgb(128,214,91); }
div.DivClassName
{
background-color: #80D65B;
}
.BgClassName
{
background-color: #80D65B;
}
</style>
border-color css
<style>
span { border-color: #80D65B; }
span { border-color: rgb(128,214,91); }
td.TdClassName
{
border-color: #80D65B;
}
.TagClassName
{
border-color: #80D65B;
}
</style>