Shades of Mantis #7FBD54
Tints of Mantis #7FBD54
RGB
CMYK
RGB Variations
Color information
#7FBD54 (or 0x7FBD54) is known color: Mantis. HEX triplet: 7F, BD and 54. RGB value is (127,189,84). Sum of RGB (Red+Green+Blue) = 127+189+84=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBD54 is #8042AB. Grayscale: #9E9E9E. Windows color (decimal): -8405676 or 5553535. OLE color: 5553535.
HSL color Cylindrical-coordinate representation of color #7FBD54: hue angle of 95.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FBD54 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 84 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.26 |
| HSL | 95.43º | 0.44% | 0.54% | - |
| HSV(B) | 95.43º | 0.56% | 0.74% | - |
| XYZ | 28.55 | 41.55 | 14.9 | - |
| YUV | 158.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 84 | 0.33 | 0 | 0.56 | 0.26 | 95.43 | 0.44 | 0.54 |
| Hex | 7F | BD | 54 | 21 | 0 | 38 | 1A | 5F | 2C | 36 |
| Octal | 177 | 275 | 124 | 41 | 0 | 70 | 32 | 137 | 54 | 66 |
| Binary | 1111111 | 10111101 | 1010100 | 100001 | 0 | 111000 | 11010 | 1011111 | 101100 | 110110 |
Color Harmonies of #7FBD54
Complementary color
Monochromatic Colors of #7FBD54
Black with #7FBD54
Text Example
Text Example
White with #7FBD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD54; }
p { color: rgb(127,189,84); }
H1.HeaderClassName
{
color: #7FBD54;
}
.AnyTagClassName
{
color: #7FBD54;
}
</style>
background-color css
<style>
a { background-color: #7FBD54; }
a { background-color: rgb(127,189,84); }
div.DivClassName
{
background-color: #7FBD54;
}
.BgClassName
{
background-color: #7FBD54;
}
</style>
border-color css
<style>
span { border-color: #7FBD54; }
span { border-color: rgb(127,189,84); }
td.TdClassName
{
border-color: #7FBD54;
}
.TagClassName
{
border-color: #7FBD54;
}
</style>