Shades of Mantis #7FC040
Tints of Mantis #7FC040
RGB
CMYK
RGB Variations
Color information
#7FC040 (or 0x7FC040) is known color: Mantis. HEX triplet: 7F, C0 and 40. RGB value is (127,192,64). Sum of RGB (Red+Green+Blue) = 127+192+64=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC040 is #803FBF. Grayscale: #9E9E9E. Windows color (decimal): -8404928 or 4243583. OLE color: 4243583.
HSL color Cylindrical-coordinate representation of color #7FC040: hue angle of 90.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FC040 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 64 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.25 |
| HSL | 90.47º | 0.5% | 0.5% | - |
| HSV(B) | 90.47º | 0.67% | 0.75% | - |
| XYZ | 28.53 | 42.58 | 11.57 | - |
| YUV | 157.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 64 | 0.34 | 0 | 0.67 | 0.25 | 90.47 | 0.5 | 0.5 |
| Hex | 7F | C0 | 40 | 22 | 0 | 43 | 19 | 5A | 32 | 32 |
| Octal | 177 | 300 | 100 | 42 | 0 | 103 | 31 | 132 | 62 | 62 |
| Binary | 1111111 | 11000000 | 1000000 | 100010 | 0 | 1000011 | 11001 | 1011010 | 110010 | 110010 |
Color Harmonies of #7FC040
Complementary color
Monochromatic Colors of #7FC040
Black with #7FC040
Text Example
Text Example
White with #7FC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC040; }
p { color: rgb(127,192,64); }
H1.HeaderClassName
{
color: #7FC040;
}
.AnyTagClassName
{
color: #7FC040;
}
</style>
background-color css
<style>
a { background-color: #7FC040; }
a { background-color: rgb(127,192,64); }
div.DivClassName
{
background-color: #7FC040;
}
.BgClassName
{
background-color: #7FC040;
}
</style>
border-color css
<style>
span { border-color: #7FC040; }
span { border-color: rgb(127,192,64); }
td.TdClassName
{
border-color: #7FC040;
}
.TagClassName
{
border-color: #7FC040;
}
</style>