Shades of Mantis #7FEC4B
Tints of Mantis #7FEC4B
RGB
CMYK
RGB Variations
Color information
#7FEC4B (or 0x7FEC4B) is known color: Mantis. HEX triplet: 7F, EC and 4B. RGB value is (127,236,75). Sum of RGB (Red+Green+Blue) = 127+236+75=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #7FEC4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEC4B is #8013B4. Grayscale: #B9B9B9. Windows color (decimal): -8393653 or 4975743. OLE color: 4975743.
HSL color Cylindrical-coordinate representation of color #7FEC4B: hue angle of 100.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FEC4B is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 75 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.07 |
| HSL | 100.62º | 0.81% | 0.61% | - |
| HSV(B) | 100.62º | 0.68% | 0.93% | - |
| XYZ | 40.02 | 65.01 | 17.1 | - |
| YUV | 185.06 | 65.89 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 75 | 0.46 | 0 | 0.68 | 0.07 | 100.62 | 0.81 | 0.61 |
| Hex | 7F | EC | 4B | 2E | 0 | 44 | 7 | 65 | 51 | 3D |
| Octal | 177 | 354 | 113 | 56 | 0 | 104 | 7 | 145 | 121 | 75 |
| Binary | 1111111 | 11101100 | 1001011 | 101110 | 0 | 1000100 | 111 | 1100101 | 1010001 | 111101 |
Color Harmonies of #7FEC4B
Complementary color
Monochromatic Colors of #7FEC4B
Black with #7FEC4B
Text Example
Text Example
White with #7FEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEC4B; }
p { color: rgb(127,236,75); }
H1.HeaderClassName
{
color: #7FEC4B;
}
.AnyTagClassName
{
color: #7FEC4B;
}
</style>
background-color css
<style>
a { background-color: #7FEC4B; }
a { background-color: rgb(127,236,75); }
div.DivClassName
{
background-color: #7FEC4B;
}
.BgClassName
{
background-color: #7FEC4B;
}
</style>
border-color css
<style>
span { border-color: #7FEC4B; }
span { border-color: rgb(127,236,75); }
td.TdClassName
{
border-color: #7FEC4B;
}
.TagClassName
{
border-color: #7FEC4B;
}
</style>