Shades of Mantis #7FED49
Tints of Mantis #7FED49
RGB
CMYK
RGB Variations
Color information
#7FED49 (or 0x7FED49) is known color: Mantis. HEX triplet: 7F, ED and 49. RGB value is (127,237,73). Sum of RGB (Red+Green+Blue) = 127+237+73=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FED49 is #8012B6. Grayscale: #B9B9B9. Windows color (decimal): -8393399 or 4844927. OLE color: 4844927.
HSL color Cylindrical-coordinate representation of color #7FED49: hue angle of 100.24º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FED49 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 73 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.07 |
| HSL | 100.24º | 0.82% | 0.61% | - |
| HSV(B) | 100.24º | 0.69% | 0.93% | - |
| XYZ | 40.24 | 65.56 | 16.84 | - |
| YUV | 185.41 | 64.56 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 73 | 0.46 | 0 | 0.69 | 0.07 | 100.24 | 0.82 | 0.61 |
| Hex | 7F | ED | 49 | 2E | 0 | 45 | 7 | 64 | 52 | 3D |
| Octal | 177 | 355 | 111 | 56 | 0 | 105 | 7 | 144 | 122 | 75 |
| Binary | 1111111 | 11101101 | 1001001 | 101110 | 0 | 1000101 | 111 | 1100100 | 1010010 | 111101 |
Color Harmonies of #7FED49
Complementary color
Monochromatic Colors of #7FED49
Black with #7FED49
Text Example
Text Example
White with #7FED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED49; }
p { color: rgb(127,237,73); }
H1.HeaderClassName
{
color: #7FED49;
}
.AnyTagClassName
{
color: #7FED49;
}
</style>
background-color css
<style>
a { background-color: #7FED49; }
a { background-color: rgb(127,237,73); }
div.DivClassName
{
background-color: #7FED49;
}
.BgClassName
{
background-color: #7FED49;
}
</style>
border-color css
<style>
span { border-color: #7FED49; }
span { border-color: rgb(127,237,73); }
td.TdClassName
{
border-color: #7FED49;
}
.TagClassName
{
border-color: #7FED49;
}
</style>