Shades of Mantis #7FBD46
Tints of Mantis #7FBD46
RGB
CMYK
RGB Variations
Color information
#7FBD46 (or 0x7FBD46) is known color: Mantis. HEX triplet: 7F, BD and 46. RGB value is (127,189,70). Sum of RGB (Red+Green+Blue) = 127+189+70=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD46 is #8042B9. Grayscale: #9D9D9D. Windows color (decimal): -8405690 or 4636031. OLE color: 4636031.
HSL color Cylindrical-coordinate representation of color #7FBD46: hue angle of 91.26º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FBD46 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 70 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.26 |
| HSL | 91.26º | 0.47% | 0.51% | - |
| HSV(B) | 91.26º | 0.63% | 0.74% | - |
| XYZ | 28.06 | 41.35 | 12.3 | - |
| YUV | 156.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 70 | 0.33 | 0 | 0.63 | 0.26 | 91.26 | 0.47 | 0.51 |
| Hex | 7F | BD | 46 | 21 | 0 | 3F | 1A | 5B | 2F | 33 |
| Octal | 177 | 275 | 106 | 41 | 0 | 77 | 32 | 133 | 57 | 63 |
| Binary | 1111111 | 10111101 | 1000110 | 100001 | 0 | 111111 | 11010 | 1011011 | 101111 | 110011 |
Color Harmonies of #7FBD46
Complementary color
Monochromatic Colors of #7FBD46
Black with #7FBD46
Text Example
Text Example
White with #7FBD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD46; }
p { color: rgb(127,189,70); }
H1.HeaderClassName
{
color: #7FBD46;
}
.AnyTagClassName
{
color: #7FBD46;
}
</style>
background-color css
<style>
a { background-color: #7FBD46; }
a { background-color: rgb(127,189,70); }
div.DivClassName
{
background-color: #7FBD46;
}
.BgClassName
{
background-color: #7FBD46;
}
</style>
border-color css
<style>
span { border-color: #7FBD46; }
span { border-color: rgb(127,189,70); }
td.TdClassName
{
border-color: #7FBD46;
}
.TagClassName
{
border-color: #7FBD46;
}
</style>