Shades of Mantis #80C450
Tints of Mantis #80C450
RGB
CMYK
RGB Variations
Color information
#80C450 (or 0x80C450) is known color: Mantis. HEX triplet: 80, C4 and 50. RGB value is (128,196,80). Sum of RGB (Red+Green+Blue) = 128+196+80=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #80C450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C450 is #7F3BAF. Grayscale: #A2A2A2. Windows color (decimal): -8338352 or 5293184. OLE color: 5293184.
HSL color Cylindrical-coordinate representation of color #80C450: hue angle of 95.17º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80C450 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 80 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.23 |
| HSL | 95.17º | 0.5% | 0.54% | - |
| HSV(B) | 95.17º | 0.59% | 0.77% | - |
| XYZ | 30.09 | 44.65 | 14.62 | - |
| YUV | 162.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 80 | 0.35 | 0 | 0.59 | 0.23 | 95.17 | 0.5 | 0.54 |
| Hex | 80 | C4 | 50 | 23 | 0 | 3B | 17 | 5F | 32 | 36 |
| Octal | 200 | 304 | 120 | 43 | 0 | 73 | 27 | 137 | 62 | 66 |
| Binary | 10000000 | 11000100 | 1010000 | 100011 | 0 | 111011 | 10111 | 1011111 | 110010 | 110110 |
Color Harmonies of #80C450
Complementary color
Monochromatic Colors of #80C450
Black with #80C450
Text Example
Text Example
White with #80C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C450; }
p { color: rgb(128,196,80); }
H1.HeaderClassName
{
color: #80C450;
}
.AnyTagClassName
{
color: #80C450;
}
</style>
background-color css
<style>
a { background-color: #80C450; }
a { background-color: rgb(128,196,80); }
div.DivClassName
{
background-color: #80C450;
}
.BgClassName
{
background-color: #80C450;
}
</style>
border-color css
<style>
span { border-color: #80C450; }
span { border-color: rgb(128,196,80); }
td.TdClassName
{
border-color: #80C450;
}
.TagClassName
{
border-color: #80C450;
}
</style>