Shades of Mantis #80BC43
Tints of Mantis #80BC43
RGB
CMYK
RGB Variations
Color information
#80BC43 (or 0x80BC43) is known color: Mantis. HEX triplet: 80, BC and 43. RGB value is (128,188,67). Sum of RGB (Red+Green+Blue) = 128+188+67=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC43 is #7F43BC. Grayscale: #9C9C9C. Windows color (decimal): -8340413 or 4439168. OLE color: 4439168.
HSL color Cylindrical-coordinate representation of color #80BC43: hue angle of 89.75º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80BC43 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 67 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.26 |
| HSL | 89.75º | 0.47% | 0.5% | - |
| HSV(B) | 89.75º | 0.64% | 0.74% | - |
| XYZ | 27.9 | 40.96 | 11.75 | - |
| YUV | 156.27 | 77.62 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 67 | 0.32 | 0 | 0.64 | 0.26 | 89.75 | 0.47 | 0.5 |
| Hex | 80 | BC | 43 | 20 | 0 | 40 | 1A | 5A | 2F | 32 |
| Octal | 200 | 274 | 103 | 40 | 0 | 100 | 32 | 132 | 57 | 62 |
| Binary | 10000000 | 10111100 | 1000011 | 100000 | 0 | 1000000 | 11010 | 1011010 | 101111 | 110010 |
Color Harmonies of #80BC43
Complementary color
Monochromatic Colors of #80BC43
Black with #80BC43
Text Example
Text Example
White with #80BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC43; }
p { color: rgb(128,188,67); }
H1.HeaderClassName
{
color: #80BC43;
}
.AnyTagClassName
{
color: #80BC43;
}
</style>
background-color css
<style>
a { background-color: #80BC43; }
a { background-color: rgb(128,188,67); }
div.DivClassName
{
background-color: #80BC43;
}
.BgClassName
{
background-color: #80BC43;
}
</style>
border-color css
<style>
span { border-color: #80BC43; }
span { border-color: rgb(128,188,67); }
td.TdClassName
{
border-color: #80BC43;
}
.TagClassName
{
border-color: #80BC43;
}
</style>