Shades of Mantis #7FE34C
Tints of Mantis #7FE34C
RGB
CMYK
RGB Variations
Color information
#7FE34C (or 0x7FE34C) is known color: Mantis. HEX triplet: 7F, E3 and 4C. RGB value is (127,227,76). Sum of RGB (Red+Green+Blue) = 127+227+76=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #7FE34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE34C is #801CB3. Grayscale: #B4B4B4. Windows color (decimal): -8395956 or 5038975. OLE color: 5038975.
HSL color Cylindrical-coordinate representation of color #7FE34C: hue angle of 99.74º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FE34C is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 227 | 76 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.11 |
| HSL | 99.74º | 0.73% | 0.59% | - |
| HSV(B) | 99.74º | 0.67% | 0.89% | - |
| XYZ | 37.53 | 59.97 | 16.44 | - |
| YUV | 179.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 76 | 0.44 | 0 | 0.67 | 0.11 | 99.74 | 0.73 | 0.59 |
| Hex | 7F | E3 | 4C | 2C | 0 | 43 | B | 64 | 49 | 3B |
| Octal | 177 | 343 | 114 | 54 | 0 | 103 | 13 | 144 | 111 | 73 |
| Binary | 1111111 | 11100011 | 1001100 | 101100 | 0 | 1000011 | 1011 | 1100100 | 1001001 | 111011 |
Color Harmonies of #7FE34C
Complementary color
Monochromatic Colors of #7FE34C
Black with #7FE34C
Text Example
Text Example
White with #7FE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE34C; }
p { color: rgb(127,227,76); }
H1.HeaderClassName
{
color: #7FE34C;
}
.AnyTagClassName
{
color: #7FE34C;
}
</style>
background-color css
<style>
a { background-color: #7FE34C; }
a { background-color: rgb(127,227,76); }
div.DivClassName
{
background-color: #7FE34C;
}
.BgClassName
{
background-color: #7FE34C;
}
</style>
border-color css
<style>
span { border-color: #7FE34C; }
span { border-color: rgb(127,227,76); }
td.TdClassName
{
border-color: #7FE34C;
}
.TagClassName
{
border-color: #7FE34C;
}
</style>