Shades of Mantis #7FBE45
Tints of Mantis #7FBE45
RGB
CMYK
RGB Variations
Color information
#7FBE45 (or 0x7FBE45) is known color: Mantis. HEX triplet: 7F, BE and 45. RGB value is (127,190,69). Sum of RGB (Red+Green+Blue) = 127+190+69=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE45 is #8041BA. Grayscale: #9D9D9D. Windows color (decimal): -8405435 or 4570751. OLE color: 4570751.
HSL color Cylindrical-coordinate representation of color #7FBE45: hue angle of 91.24º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FBE45 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 69 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.25 |
| HSL | 91.24º | 0.48% | 0.51% | - |
| HSV(B) | 91.24º | 0.64% | 0.75% | - |
| XYZ | 28.24 | 41.77 | 12.2 | - |
| YUV | 157.37 | 78.13 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 69 | 0.33 | 0 | 0.64 | 0.25 | 91.24 | 0.48 | 0.51 |
| Hex | 7F | BE | 45 | 21 | 0 | 40 | 19 | 5B | 30 | 33 |
| Octal | 177 | 276 | 105 | 41 | 0 | 100 | 31 | 133 | 60 | 63 |
| Binary | 1111111 | 10111110 | 1000101 | 100001 | 0 | 1000000 | 11001 | 1011011 | 110000 | 110011 |
Color Harmonies of #7FBE45
Complementary color
Monochromatic Colors of #7FBE45
Black with #7FBE45
Text Example
Text Example
White with #7FBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE45; }
p { color: rgb(127,190,69); }
H1.HeaderClassName
{
color: #7FBE45;
}
.AnyTagClassName
{
color: #7FBE45;
}
</style>
background-color css
<style>
a { background-color: #7FBE45; }
a { background-color: rgb(127,190,69); }
div.DivClassName
{
background-color: #7FBE45;
}
.BgClassName
{
background-color: #7FBE45;
}
</style>
border-color css
<style>
span { border-color: #7FBE45; }
span { border-color: rgb(127,190,69); }
td.TdClassName
{
border-color: #7FBE45;
}
.TagClassName
{
border-color: #7FBE45;
}
</style>