Shades of Mantis #7FBD40
Tints of Mantis #7FBD40
RGB
CMYK
RGB Variations
Color information
#7FBD40 (or 0x7FBD40) is known color: Mantis. HEX triplet: 7F, BD and 40. RGB value is (127,189,64). Sum of RGB (Red+Green+Blue) = 127+189+64=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD40 is #8042BF. Grayscale: #9C9C9C. Windows color (decimal): -8405696 or 4242815. OLE color: 4242815.
HSL color Cylindrical-coordinate representation of color #7FBD40: hue angle of 89.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FBD40 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 64 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.26 |
| HSL | 89.76º | 0.49% | 0.5% | - |
| HSV(B) | 89.76º | 0.66% | 0.74% | - |
| XYZ | 27.88 | 41.28 | 11.35 | - |
| YUV | 156.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 64 | 0.33 | 0 | 0.66 | 0.26 | 89.76 | 0.49 | 0.5 |
| Hex | 7F | BD | 40 | 21 | 0 | 42 | 1A | 5A | 31 | 32 |
| Octal | 177 | 275 | 100 | 41 | 0 | 102 | 32 | 132 | 61 | 62 |
| Binary | 1111111 | 10111101 | 1000000 | 100001 | 0 | 1000010 | 11010 | 1011010 | 110001 | 110010 |
Color Harmonies of #7FBD40
Complementary color
Monochromatic Colors of #7FBD40
Black with #7FBD40
Text Example
Text Example
White with #7FBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD40; }
p { color: rgb(127,189,64); }
H1.HeaderClassName
{
color: #7FBD40;
}
.AnyTagClassName
{
color: #7FBD40;
}
</style>
background-color css
<style>
a { background-color: #7FBD40; }
a { background-color: rgb(127,189,64); }
div.DivClassName
{
background-color: #7FBD40;
}
.BgClassName
{
background-color: #7FBD40;
}
</style>
border-color css
<style>
span { border-color: #7FBD40; }
span { border-color: rgb(127,189,64); }
td.TdClassName
{
border-color: #7FBD40;
}
.TagClassName
{
border-color: #7FBD40;
}
</style>