Shades of Mantis #80BD64
Tints of Mantis #80BD64
RGB
CMYK
RGB Variations
Color information
#80BD64 (or 0x80BD64) is known color: Mantis. HEX triplet: 80, BD and 64. RGB value is (128,189,100). Sum of RGB (Red+Green+Blue) = 128+189+100=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD64 is #7F429B. Grayscale: #A0A0A0. Windows color (decimal): -8340124 or 6602112. OLE color: 6602112.
HSL color Cylindrical-coordinate representation of color #80BD64: hue angle of 101.12º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BD64 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 100 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.26 |
| HSL | 101.12º | 0.4% | 0.57% | - |
| HSV(B) | 101.12º | 0.47% | 0.74% | - |
| XYZ | 29.4 | 41.9 | 18.6 | - |
| YUV | 160.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 100 | 0.32 | 0 | 0.47 | 0.26 | 101.12 | 0.4 | 0.57 |
| Hex | 80 | BD | 64 | 20 | 0 | 2F | 1A | 65 | 28 | 39 |
| Octal | 200 | 275 | 144 | 40 | 0 | 57 | 32 | 145 | 50 | 71 |
| Binary | 10000000 | 10111101 | 1100100 | 100000 | 0 | 101111 | 11010 | 1100101 | 101000 | 111001 |
Color Harmonies of #80BD64
Complementary color
Monochromatic Colors of #80BD64
Black with #80BD64
Text Example
Text Example
White with #80BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD64; }
p { color: rgb(128,189,100); }
H1.HeaderClassName
{
color: #80BD64;
}
.AnyTagClassName
{
color: #80BD64;
}
</style>
background-color css
<style>
a { background-color: #80BD64; }
a { background-color: rgb(128,189,100); }
div.DivClassName
{
background-color: #80BD64;
}
.BgClassName
{
background-color: #80BD64;
}
</style>
border-color css
<style>
span { border-color: #80BD64; }
span { border-color: rgb(128,189,100); }
td.TdClassName
{
border-color: #80BD64;
}
.TagClassName
{
border-color: #80BD64;
}
</style>