Shades of Mantis #80D65C
Tints of Mantis #80D65C
RGB
CMYK
RGB Variations
Color information
#80D65C (or 0x80D65C) is known color: Mantis. HEX triplet: 80, D6 and 5C. RGB value is (128,214,92). Sum of RGB (Red+Green+Blue) = 128+214+92=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #80D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D65C is #7F29A3. Grayscale: #AEAEAE. Windows color (decimal): -8333732 or 6084224. OLE color: 6084224.
HSL color Cylindrical-coordinate representation of color #80D65C: hue angle of 102.3º 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 #80D65C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 92 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.16 |
| HSL | 102.3º | 0.6% | 0.6% | - |
| HSV(B) | 102.3º | 0.57% | 0.84% | - |
| XYZ | 34.88 | 53.46 | 18.6 | - |
| YUV | 174.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 92 | 0.40 | 0 | 0.57 | 0.16 | 102.3 | 0.6 | 0.6 |
| Hex | 80 | D6 | 5C | 28 | 0 | 39 | 10 | 66 | 3C | 3C |
| Octal | 200 | 326 | 134 | 50 | 0 | 71 | 20 | 146 | 74 | 74 |
| Binary | 10000000 | 11010110 | 1011100 | 101000 | 0 | 111001 | 10000 | 1100110 | 111100 | 111100 |
Color Harmonies of #80D65C
Complementary color
Monochromatic Colors of #80D65C
Black with #80D65C
Text Example
Text Example
White with #80D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D65C; }
p { color: rgb(128,214,92); }
H1.HeaderClassName
{
color: #80D65C;
}
.AnyTagClassName
{
color: #80D65C;
}
</style>
background-color css
<style>
a { background-color: #80D65C; }
a { background-color: rgb(128,214,92); }
div.DivClassName
{
background-color: #80D65C;
}
.BgClassName
{
background-color: #80D65C;
}
</style>
border-color css
<style>
span { border-color: #80D65C; }
span { border-color: rgb(128,214,92); }
td.TdClassName
{
border-color: #80D65C;
}
.TagClassName
{
border-color: #80D65C;
}
</style>