Shades of Mantis #7FE34F
Tints of Mantis #7FE34F
RGB
CMYK
RGB Variations
Color information
#7FE34F (or 0x7FE34F) is known color: Mantis. HEX triplet: 7F, E3 and 4F. RGB value is (127,227,79). Sum of RGB (Red+Green+Blue) = 127+227+79=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #7FE34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE34F is #801CB0. Grayscale: #B4B4B4. Windows color (decimal): -8395953 or 5235583. OLE color: 5235583.
HSL color Cylindrical-coordinate representation of color #7FE34F: hue angle of 100.54º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FE34F is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 227 | 79 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.11 |
| HSL | 100.54º | 0.73% | 0.6% | - |
| HSV(B) | 100.54º | 0.65% | 0.89% | - |
| XYZ | 37.63 | 60.01 | 17 | - |
| YUV | 180.23 | 70.87 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 79 | 0.44 | 0 | 0.65 | 0.11 | 100.54 | 0.73 | 0.6 |
| Hex | 7F | E3 | 4F | 2C | 0 | 41 | B | 65 | 49 | 3C |
| Octal | 177 | 343 | 117 | 54 | 0 | 101 | 13 | 145 | 111 | 74 |
| Binary | 1111111 | 11100011 | 1001111 | 101100 | 0 | 1000001 | 1011 | 1100101 | 1001001 | 111100 |
Color Harmonies of #7FE34F
Complementary color
Monochromatic Colors of #7FE34F
Black with #7FE34F
Text Example
Text Example
White with #7FE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE34F; }
p { color: rgb(127,227,79); }
H1.HeaderClassName
{
color: #7FE34F;
}
.AnyTagClassName
{
color: #7FE34F;
}
</style>
background-color css
<style>
a { background-color: #7FE34F; }
a { background-color: rgb(127,227,79); }
div.DivClassName
{
background-color: #7FE34F;
}
.BgClassName
{
background-color: #7FE34F;
}
</style>
border-color css
<style>
span { border-color: #7FE34F; }
span { border-color: rgb(127,227,79); }
td.TdClassName
{
border-color: #7FE34F;
}
.TagClassName
{
border-color: #7FE34F;
}
</style>