Shades of Mantis #7FBE44
Tints of Mantis #7FBE44
RGB
CMYK
RGB Variations
Color information
#7FBE44 (or 0x7FBE44) is known color: Mantis. HEX triplet: 7F, BE and 44. RGB value is (127,190,68). Sum of RGB (Red+Green+Blue) = 127+190+68=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE44 is #8041BB. Grayscale: #9D9D9D. Windows color (decimal): -8405436 or 4505215. OLE color: 4505215.
HSL color Cylindrical-coordinate representation of color #7FBE44: hue angle of 90.98º 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 #7FBE44 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 68 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.25 |
| HSL | 90.98º | 0.48% | 0.51% | - |
| HSV(B) | 90.98º | 0.64% | 0.75% | - |
| XYZ | 28.21 | 41.76 | 12.04 | - |
| YUV | 157.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 68 | 0.33 | 0 | 0.64 | 0.25 | 90.98 | 0.48 | 0.51 |
| Hex | 7F | BE | 44 | 21 | 0 | 40 | 19 | 5B | 30 | 33 |
| Octal | 177 | 276 | 104 | 41 | 0 | 100 | 31 | 133 | 60 | 63 |
| Binary | 1111111 | 10111110 | 1000100 | 100001 | 0 | 1000000 | 11001 | 1011011 | 110000 | 110011 |
Color Harmonies of #7FBE44
Complementary color
Monochromatic Colors of #7FBE44
Black with #7FBE44
Text Example
Text Example
White with #7FBE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE44; }
p { color: rgb(127,190,68); }
H1.HeaderClassName
{
color: #7FBE44;
}
.AnyTagClassName
{
color: #7FBE44;
}
</style>
background-color css
<style>
a { background-color: #7FBE44; }
a { background-color: rgb(127,190,68); }
div.DivClassName
{
background-color: #7FBE44;
}
.BgClassName
{
background-color: #7FBE44;
}
</style>
border-color css
<style>
span { border-color: #7FBE44; }
span { border-color: rgb(127,190,68); }
td.TdClassName
{
border-color: #7FBE44;
}
.TagClassName
{
border-color: #7FBE44;
}
</style>