Shades of Mantis #7FEE47
Tints of Mantis #7FEE47
RGB
CMYK
RGB Variations
Color information
#7FEE47 (or 0x7FEE47) is known color: Mantis. HEX triplet: 7F, EE and 47. RGB value is (127,238,71). Sum of RGB (Red+Green+Blue) = 127+238+71=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEE47 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEE47 is #8011B8. Grayscale: #BABABA. Windows color (decimal): -8393145 or 4714111. OLE color: 4714111.
HSL color Cylindrical-coordinate representation of color #7FEE47: hue angle of 99.88º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FEE47 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 71 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.07 |
| HSL | 99.88º | 0.83% | 0.61% | - |
| HSV(B) | 99.88º | 0.7% | 0.93% | - |
| XYZ | 40.46 | 66.12 | 16.59 | - |
| YUV | 185.77 | 63.23 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 71 | 0.47 | 0 | 0.70 | 0.07 | 99.88 | 0.83 | 0.61 |
| Hex | 7F | EE | 47 | 2F | 0 | 46 | 7 | 64 | 53 | 3D |
| Octal | 177 | 356 | 107 | 57 | 0 | 106 | 7 | 144 | 123 | 75 |
| Binary | 1111111 | 11101110 | 1000111 | 101111 | 0 | 1000110 | 111 | 1100100 | 1010011 | 111101 |
Color Harmonies of #7FEE47
Complementary color
Monochromatic Colors of #7FEE47
Black with #7FEE47
Text Example
Text Example
White with #7FEE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEE47; }
p { color: rgb(127,238,71); }
H1.HeaderClassName
{
color: #7FEE47;
}
.AnyTagClassName
{
color: #7FEE47;
}
</style>
background-color css
<style>
a { background-color: #7FEE47; }
a { background-color: rgb(127,238,71); }
div.DivClassName
{
background-color: #7FEE47;
}
.BgClassName
{
background-color: #7FEE47;
}
</style>
border-color css
<style>
span { border-color: #7FEE47; }
span { border-color: rgb(127,238,71); }
td.TdClassName
{
border-color: #7FEE47;
}
.TagClassName
{
border-color: #7FEE47;
}
</style>