Shades of Mantis #7FC54A
Tints of Mantis #7FC54A
RGB
CMYK
RGB Variations
Color information
#7FC54A (or 0x7FC54A) is known color: Mantis. HEX triplet: 7F, C5 and 4A. RGB value is (127,197,74). Sum of RGB (Red+Green+Blue) = 127+197+74=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC54A is #803AB5. Grayscale: #A2A2A2. Windows color (decimal): -8403638 or 4900223. OLE color: 4900223.
HSL color Cylindrical-coordinate representation of color #7FC54A: hue angle of 94.15º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FC54A is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 74 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.23 |
| HSL | 94.15º | 0.51% | 0.53% | - |
| HSV(B) | 94.15º | 0.62% | 0.77% | - |
| XYZ | 29.95 | 44.94 | 13.57 | - |
| YUV | 162.05 | 78.31 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 74 | 0.36 | 0 | 0.62 | 0.23 | 94.15 | 0.51 | 0.53 |
| Hex | 7F | C5 | 4A | 24 | 0 | 3E | 17 | 5E | 33 | 35 |
| Octal | 177 | 305 | 112 | 44 | 0 | 76 | 27 | 136 | 63 | 65 |
| Binary | 1111111 | 11000101 | 1001010 | 100100 | 0 | 111110 | 10111 | 1011110 | 110011 | 110101 |
Color Harmonies of #7FC54A
Complementary color
Monochromatic Colors of #7FC54A
Black with #7FC54A
Text Example
Text Example
White with #7FC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC54A; }
p { color: rgb(127,197,74); }
H1.HeaderClassName
{
color: #7FC54A;
}
.AnyTagClassName
{
color: #7FC54A;
}
</style>
background-color css
<style>
a { background-color: #7FC54A; }
a { background-color: rgb(127,197,74); }
div.DivClassName
{
background-color: #7FC54A;
}
.BgClassName
{
background-color: #7FC54A;
}
</style>
border-color css
<style>
span { border-color: #7FC54A; }
span { border-color: rgb(127,197,74); }
td.TdClassName
{
border-color: #7FC54A;
}
.TagClassName
{
border-color: #7FC54A;
}
</style>