Shades of Mantis #80BF4D
Tints of Mantis #80BF4D
RGB
CMYK
RGB Variations
Color information
#80BF4D (or 0x80BF4D) is known color: Mantis. HEX triplet: 80, BF and 4D. RGB value is (128,191,77). Sum of RGB (Red+Green+Blue) = 128+191+77=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF4D is #7F40B2. Grayscale: #9F9F9F. Windows color (decimal): -8339635 or 5095296. OLE color: 5095296.
HSL color Cylindrical-coordinate representation of color #80BF4D: hue angle of 93.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80BF4D is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 77 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.25 |
| HSL | 93.16º | 0.47% | 0.53% | - |
| HSV(B) | 93.16º | 0.6% | 0.75% | - |
| XYZ | 28.87 | 42.39 | 13.68 | - |
| YUV | 159.17 | 81.63 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 77 | 0.33 | 0 | 0.60 | 0.25 | 93.16 | 0.47 | 0.53 |
| Hex | 80 | BF | 4D | 21 | 0 | 3C | 19 | 5D | 2F | 35 |
| Octal | 200 | 277 | 115 | 41 | 0 | 74 | 31 | 135 | 57 | 65 |
| Binary | 10000000 | 10111111 | 1001101 | 100001 | 0 | 111100 | 11001 | 1011101 | 101111 | 110101 |
Color Harmonies of #80BF4D
Complementary color
Monochromatic Colors of #80BF4D
Black with #80BF4D
Text Example
Text Example
White with #80BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF4D; }
p { color: rgb(128,191,77); }
H1.HeaderClassName
{
color: #80BF4D;
}
.AnyTagClassName
{
color: #80BF4D;
}
</style>
background-color css
<style>
a { background-color: #80BF4D; }
a { background-color: rgb(128,191,77); }
div.DivClassName
{
background-color: #80BF4D;
}
.BgClassName
{
background-color: #80BF4D;
}
</style>
border-color css
<style>
span { border-color: #80BF4D; }
span { border-color: rgb(128,191,77); }
td.TdClassName
{
border-color: #80BF4D;
}
.TagClassName
{
border-color: #80BF4D;
}
</style>