Shades of Mantis #7FD243
Tints of Mantis #7FD243
RGB
CMYK
RGB Variations
Color information
#7FD243 (or 0x7FD243) is known color: Mantis. HEX triplet: 7F, D2 and 43. RGB value is (127,210,67). Sum of RGB (Red+Green+Blue) = 127+210+67=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD243 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD243 is #802DBC. Grayscale: #A9A9A9. Windows color (decimal): -8400317 or 4444799. OLE color: 4444799.
HSL color Cylindrical-coordinate representation of color #7FD243: hue angle of 94.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FD243 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 67 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.18 |
| HSL | 94.83º | 0.61% | 0.54% | - |
| HSV(B) | 94.83º | 0.68% | 0.82% | - |
| XYZ | 32.81 | 51.01 | 13.43 | - |
| YUV | 168.88 | 70.5 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 67 | 0.40 | 0 | 0.68 | 0.18 | 94.83 | 0.61 | 0.54 |
| Hex | 7F | D2 | 43 | 28 | 0 | 44 | 12 | 5F | 3D | 36 |
| Octal | 177 | 322 | 103 | 50 | 0 | 104 | 22 | 137 | 75 | 66 |
| Binary | 1111111 | 11010010 | 1000011 | 101000 | 0 | 1000100 | 10010 | 1011111 | 111101 | 110110 |
Color Harmonies of #7FD243
Complementary color
Monochromatic Colors of #7FD243
Black with #7FD243
Text Example
Text Example
White with #7FD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD243; }
p { color: rgb(127,210,67); }
H1.HeaderClassName
{
color: #7FD243;
}
.AnyTagClassName
{
color: #7FD243;
}
</style>
background-color css
<style>
a { background-color: #7FD243; }
a { background-color: rgb(127,210,67); }
div.DivClassName
{
background-color: #7FD243;
}
.BgClassName
{
background-color: #7FD243;
}
</style>
border-color css
<style>
span { border-color: #7FD243; }
span { border-color: rgb(127,210,67); }
td.TdClassName
{
border-color: #7FD243;
}
.TagClassName
{
border-color: #7FD243;
}
</style>