Shades of Mantis #80BC68
Tints of Mantis #80BC68
RGB
CMYK
RGB Variations
Color information
#80BC68 (or 0x80BC68) is known color: Mantis. HEX triplet: 80, BC and 68. RGB value is (128,188,104). Sum of RGB (Red+Green+Blue) = 128+188+104=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC68 is #7F4397. Grayscale: #A0A0A0. Windows color (decimal): -8340376 or 6864000. OLE color: 6864000.
HSL color Cylindrical-coordinate representation of color #80BC68: hue angle of 102.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80BC68 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 104 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.26 |
| HSL | 102.86º | 0.39% | 0.57% | - |
| HSV(B) | 102.86º | 0.45% | 0.74% | - |
| XYZ | 29.38 | 41.56 | 19.57 | - |
| YUV | 160.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 104 | 0.32 | 0 | 0.45 | 0.26 | 102.86 | 0.39 | 0.57 |
| Hex | 80 | BC | 68 | 20 | 0 | 2D | 1A | 67 | 27 | 39 |
| Octal | 200 | 274 | 150 | 40 | 0 | 55 | 32 | 147 | 47 | 71 |
| Binary | 10000000 | 10111100 | 1101000 | 100000 | 0 | 101101 | 11010 | 1100111 | 100111 | 111001 |
Color Harmonies of #80BC68
Complementary color
Monochromatic Colors of #80BC68
Black with #80BC68
Text Example
Text Example
White with #80BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC68; }
p { color: rgb(128,188,104); }
H1.HeaderClassName
{
color: #80BC68;
}
.AnyTagClassName
{
color: #80BC68;
}
</style>
background-color css
<style>
a { background-color: #80BC68; }
a { background-color: rgb(128,188,104); }
div.DivClassName
{
background-color: #80BC68;
}
.BgClassName
{
background-color: #80BC68;
}
</style>
border-color css
<style>
span { border-color: #80BC68; }
span { border-color: rgb(128,188,104); }
td.TdClassName
{
border-color: #80BC68;
}
.TagClassName
{
border-color: #80BC68;
}
</style>