Shades of Mantis #7FE550
Tints of Mantis #7FE550
RGB
CMYK
RGB Variations
Color information
#7FE550 (or 0x7FE550) is known color: Mantis. HEX triplet: 7F, E5 and 50. RGB value is (127,229,80). Sum of RGB (Red+Green+Blue) = 127+229+80=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE550 is #801AAF. Grayscale: #B6B6B6. Windows color (decimal): -8395440 or 5301631. OLE color: 5301631.
HSL color Cylindrical-coordinate representation of color #7FE550: hue angle of 101.07º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FE550 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 80 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.10 |
| HSL | 101.07º | 0.74% | 0.61% | - |
| HSV(B) | 101.07º | 0.65% | 0.9% | - |
| XYZ | 38.22 | 61.13 | 17.37 | - |
| YUV | 181.52 | 70.71 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 80 | 0.45 | 0 | 0.65 | 0.10 | 101.07 | 0.74 | 0.61 |
| Hex | 7F | E5 | 50 | 2D | 0 | 41 | A | 65 | 4A | 3D |
| Octal | 177 | 345 | 120 | 55 | 0 | 101 | 12 | 145 | 112 | 75 |
| Binary | 1111111 | 11100101 | 1010000 | 101101 | 0 | 1000001 | 1010 | 1100101 | 1001010 | 111101 |
Color Harmonies of #7FE550
Complementary color
Monochromatic Colors of #7FE550
Black with #7FE550
Text Example
Text Example
White with #7FE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE550; }
p { color: rgb(127,229,80); }
H1.HeaderClassName
{
color: #7FE550;
}
.AnyTagClassName
{
color: #7FE550;
}
</style>
background-color css
<style>
a { background-color: #7FE550; }
a { background-color: rgb(127,229,80); }
div.DivClassName
{
background-color: #7FE550;
}
.BgClassName
{
background-color: #7FE550;
}
</style>
border-color css
<style>
span { border-color: #7FE550; }
span { border-color: rgb(127,229,80); }
td.TdClassName
{
border-color: #7FE550;
}
.TagClassName
{
border-color: #7FE550;
}
</style>