Shades of Mantis #80BF3F
Tints of Mantis #80BF3F
RGB
CMYK
RGB Variations
Color information
#80BF3F (or 0x80BF3F) is known color: Mantis. HEX triplet: 80, BF and 3F. RGB value is (128,191,63). Sum of RGB (Red+Green+Blue) = 128+191+63=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF3F is #7F40C0. Grayscale: #9E9E9E. Windows color (decimal): -8339649 or 4177792. OLE color: 4177792.
HSL color Cylindrical-coordinate representation of color #80BF3F: hue angle of 89.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80BF3F is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 63 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.25 |
| HSL | 89.53º | 0.5% | 0.5% | - |
| HSV(B) | 89.53º | 0.67% | 0.75% | - |
| XYZ | 28.43 | 42.21 | 11.35 | - |
| YUV | 157.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 63 | 0.33 | 0 | 0.67 | 0.25 | 89.53 | 0.5 | 0.5 |
| Hex | 80 | BF | 3F | 21 | 0 | 43 | 19 | 5A | 32 | 32 |
| Octal | 200 | 277 | 77 | 41 | 0 | 103 | 31 | 132 | 62 | 62 |
| Binary | 10000000 | 10111111 | 111111 | 100001 | 0 | 1000011 | 11001 | 1011010 | 110010 | 110010 |
Color Harmonies of #80BF3F
Complementary color
Monochromatic Colors of #80BF3F
Black with #80BF3F
Text Example
Text Example
White with #80BF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF3F; }
p { color: rgb(128,191,63); }
H1.HeaderClassName
{
color: #80BF3F;
}
.AnyTagClassName
{
color: #80BF3F;
}
</style>
background-color css
<style>
a { background-color: #80BF3F; }
a { background-color: rgb(128,191,63); }
div.DivClassName
{
background-color: #80BF3F;
}
.BgClassName
{
background-color: #80BF3F;
}
</style>
border-color css
<style>
span { border-color: #80BF3F; }
span { border-color: rgb(128,191,63); }
td.TdClassName
{
border-color: #80BF3F;
}
.TagClassName
{
border-color: #80BF3F;
}
</style>