Shades of Mantis #7FEE49
Tints of Mantis #7FEE49
RGB
CMYK
RGB Variations
Color information
#7FEE49 (or 0x7FEE49) is known color: Mantis. HEX triplet: 7F, EE and 49. RGB value is (127,238,73). Sum of RGB (Red+Green+Blue) = 127+238+73=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 238 (93.36% from 255 or 54.34% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEE49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEE49 is #8011B6. Grayscale: #BABABA. Windows color (decimal): -8393143 or 4845183. OLE color: 4845183.
HSL color Cylindrical-coordinate representation of color #7FEE49: hue angle of 100.36º degrees, saturation: 0.83, 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 #7FEE49 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 73 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.07 |
| HSL | 100.36º | 0.83% | 0.61% | - |
| HSV(B) | 100.36º | 0.69% | 0.93% | - |
| XYZ | 40.53 | 66.14 | 16.93 | - |
| YUV | 186 | 64.23 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 73 | 0.47 | 0 | 0.69 | 0.07 | 100.36 | 0.83 | 0.61 |
| Hex | 7F | EE | 49 | 2F | 0 | 45 | 7 | 64 | 53 | 3D |
| Octal | 177 | 356 | 111 | 57 | 0 | 105 | 7 | 144 | 123 | 75 |
| Binary | 1111111 | 11101110 | 1001001 | 101111 | 0 | 1000101 | 111 | 1100100 | 1010011 | 111101 |
Color Harmonies of #7FEE49
Complementary color
Monochromatic Colors of #7FEE49
Black with #7FEE49
Text Example
Text Example
White with #7FEE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEE49; }
p { color: rgb(127,238,73); }
H1.HeaderClassName
{
color: #7FEE49;
}
.AnyTagClassName
{
color: #7FEE49;
}
</style>
background-color css
<style>
a { background-color: #7FEE49; }
a { background-color: rgb(127,238,73); }
div.DivClassName
{
background-color: #7FEE49;
}
.BgClassName
{
background-color: #7FEE49;
}
</style>
border-color css
<style>
span { border-color: #7FEE49; }
span { border-color: rgb(127,238,73); }
td.TdClassName
{
border-color: #7FEE49;
}
.TagClassName
{
border-color: #7FEE49;
}
</style>