Shades of Mantis #80CC5C
Tints of Mantis #80CC5C
RGB
CMYK
RGB Variations
Color information
#80CC5C (or 0x80CC5C) is known color: Mantis. HEX triplet: 80, CC and 5C. RGB value is (128,204,92). Sum of RGB (Red+Green+Blue) = 128+204+92=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CC5C is #7F33A3. Grayscale: #A8A8A8. Windows color (decimal): -8336292 or 6081664. OLE color: 6081664.
HSL color Cylindrical-coordinate representation of color #80CC5C: hue angle of 100.71º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80CC5C is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 92 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.2 |
| HSL | 100.71º | 0.52% | 0.58% | - |
| HSV(B) | 100.71º | 0.55% | 0.8% | - |
| XYZ | 32.43 | 48.55 | 17.79 | - |
| YUV | 168.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 92 | 0.37 | 0 | 0.55 | 0.2 | 100.71 | 0.52 | 0.58 |
| Hex | 80 | CC | 5C | 25 | 0 | 37 | 14 | 65 | 34 | 3A |
| Octal | 200 | 314 | 134 | 45 | 0 | 67 | 24 | 145 | 64 | 72 |
| Binary | 10000000 | 11001100 | 1011100 | 100101 | 0 | 110111 | 10100 | 1100101 | 110100 | 111010 |
Color Harmonies of #80CC5C
Complementary color
Monochromatic Colors of #80CC5C
Black with #80CC5C
Text Example
Text Example
White with #80CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CC5C; }
p { color: rgb(128,204,92); }
H1.HeaderClassName
{
color: #80CC5C;
}
.AnyTagClassName
{
color: #80CC5C;
}
</style>
background-color css
<style>
a { background-color: #80CC5C; }
a { background-color: rgb(128,204,92); }
div.DivClassName
{
background-color: #80CC5C;
}
.BgClassName
{
background-color: #80CC5C;
}
</style>
border-color css
<style>
span { border-color: #80CC5C; }
span { border-color: rgb(128,204,92); }
td.TdClassName
{
border-color: #80CC5C;
}
.TagClassName
{
border-color: #80CC5C;
}
</style>