Shades of Mantis #7FBB44
Tints of Mantis #7FBB44
RGB
CMYK
RGB Variations
Color information
#7FBB44 (or 0x7FBB44) is known color: Mantis. HEX triplet: 7F, BB and 44. RGB value is (127,187,68). Sum of RGB (Red+Green+Blue) = 127+187+68=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBB44 is #8044BB. Grayscale: #9B9B9B. Windows color (decimal): -8406204 or 4504447. OLE color: 4504447.
HSL color Cylindrical-coordinate representation of color #7FBB44: hue angle of 90.25º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FBB44 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 68 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.27 |
| HSL | 90.25º | 0.47% | 0.5% | - |
| HSV(B) | 90.25º | 0.64% | 0.73% | - |
| XYZ | 27.57 | 40.47 | 11.83 | - |
| YUV | 155.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 68 | 0.32 | 0 | 0.64 | 0.27 | 90.25 | 0.47 | 0.5 |
| Hex | 7F | BB | 44 | 20 | 0 | 40 | 1B | 5A | 2F | 32 |
| Octal | 177 | 273 | 104 | 40 | 0 | 100 | 33 | 132 | 57 | 62 |
| Binary | 1111111 | 10111011 | 1000100 | 100000 | 0 | 1000000 | 11011 | 1011010 | 101111 | 110010 |
Color Harmonies of #7FBB44
Complementary color
Monochromatic Colors of #7FBB44
Black with #7FBB44
Text Example
Text Example
White with #7FBB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBB44; }
p { color: rgb(127,187,68); }
H1.HeaderClassName
{
color: #7FBB44;
}
.AnyTagClassName
{
color: #7FBB44;
}
</style>
background-color css
<style>
a { background-color: #7FBB44; }
a { background-color: rgb(127,187,68); }
div.DivClassName
{
background-color: #7FBB44;
}
.BgClassName
{
background-color: #7FBB44;
}
</style>
border-color css
<style>
span { border-color: #7FBB44; }
span { border-color: rgb(127,187,68); }
td.TdClassName
{
border-color: #7FBB44;
}
.TagClassName
{
border-color: #7FBB44;
}
</style>