Shades of Mantis #7FC24D
Tints of Mantis #7FC24D
RGB
CMYK
RGB Variations
Color information
#7FC24D (or 0x7FC24D) is known color: Mantis. HEX triplet: 7F, C2 and 4D. RGB value is (127,194,77). Sum of RGB (Red+Green+Blue) = 127+194+77=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC24D is #803DB2. Grayscale: #A1A1A1. Windows color (decimal): -8404403 or 5096063. OLE color: 5096063.
HSL color Cylindrical-coordinate representation of color #7FC24D: hue angle of 94.36º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FC24D is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 77 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.24 |
| HSL | 94.36º | 0.49% | 0.53% | - |
| HSV(B) | 94.36º | 0.6% | 0.76% | - |
| XYZ | 29.38 | 43.63 | 13.89 | - |
| YUV | 160.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 77 | 0.35 | 0 | 0.60 | 0.24 | 94.36 | 0.49 | 0.53 |
| Hex | 7F | C2 | 4D | 23 | 0 | 3C | 18 | 5E | 31 | 35 |
| Octal | 177 | 302 | 115 | 43 | 0 | 74 | 30 | 136 | 61 | 65 |
| Binary | 1111111 | 11000010 | 1001101 | 100011 | 0 | 111100 | 11000 | 1011110 | 110001 | 110101 |
Color Harmonies of #7FC24D
Complementary color
Monochromatic Colors of #7FC24D
Black with #7FC24D
Text Example
Text Example
White with #7FC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC24D; }
p { color: rgb(127,194,77); }
H1.HeaderClassName
{
color: #7FC24D;
}
.AnyTagClassName
{
color: #7FC24D;
}
</style>
background-color css
<style>
a { background-color: #7FC24D; }
a { background-color: rgb(127,194,77); }
div.DivClassName
{
background-color: #7FC24D;
}
.BgClassName
{
background-color: #7FC24D;
}
</style>
border-color css
<style>
span { border-color: #7FC24D; }
span { border-color: rgb(127,194,77); }
td.TdClassName
{
border-color: #7FC24D;
}
.TagClassName
{
border-color: #7FC24D;
}
</style>