Shades of Mantis #80BC67
Tints of Mantis #80BC67
RGB
CMYK
RGB Variations
Color information
#80BC67 (or 0x80BC67) is known color: Mantis. HEX triplet: 80, BC and 67. RGB value is (128,188,103). Sum of RGB (Red+Green+Blue) = 128+188+103=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC67 is #7F4398. Grayscale: #A0A0A0. Windows color (decimal): -8340377 or 6798464. OLE color: 6798464.
HSL color Cylindrical-coordinate representation of color #80BC67: hue angle of 102.35º 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 #80BC67 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 103 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.26 |
| HSL | 102.35º | 0.39% | 0.57% | - |
| HSV(B) | 102.35º | 0.45% | 0.74% | - |
| XYZ | 29.33 | 41.53 | 19.3 | - |
| YUV | 160.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 103 | 0.32 | 0 | 0.45 | 0.26 | 102.35 | 0.39 | 0.57 |
| Hex | 80 | BC | 67 | 20 | 0 | 2D | 1A | 66 | 27 | 39 |
| Octal | 200 | 274 | 147 | 40 | 0 | 55 | 32 | 146 | 47 | 71 |
| Binary | 10000000 | 10111100 | 1100111 | 100000 | 0 | 101101 | 11010 | 1100110 | 100111 | 111001 |
Color Harmonies of #80BC67
Complementary color
Monochromatic Colors of #80BC67
Black with #80BC67
Text Example
Text Example
White with #80BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC67; }
p { color: rgb(128,188,103); }
H1.HeaderClassName
{
color: #80BC67;
}
.AnyTagClassName
{
color: #80BC67;
}
</style>
background-color css
<style>
a { background-color: #80BC67; }
a { background-color: rgb(128,188,103); }
div.DivClassName
{
background-color: #80BC67;
}
.BgClassName
{
background-color: #80BC67;
}
</style>
border-color css
<style>
span { border-color: #80BC67; }
span { border-color: rgb(128,188,103); }
td.TdClassName
{
border-color: #80BC67;
}
.TagClassName
{
border-color: #80BC67;
}
</style>