Shades of Mantis #7FC43D
Tints of Mantis #7FC43D
RGB
CMYK
RGB Variations
Color information
#7FC43D (or 0x7FC43D) is known color: Mantis. HEX triplet: 7F, C4 and 3D. RGB value is (127,196,61). Sum of RGB (Red+Green+Blue) = 127+196+61=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC43D is #803BC2. Grayscale: #A0A0A0. Windows color (decimal): -8403907 or 4047999. OLE color: 4047999.
HSL color Cylindrical-coordinate representation of color #7FC43D: hue angle of 90.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FC43D is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 196 | 61 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.23 |
| HSL | 90.67º | 0.53% | 0.5% | - |
| HSV(B) | 90.67º | 0.69% | 0.77% | - |
| XYZ | 29.33 | 44.33 | 11.43 | - |
| YUV | 159.98 | 72.14 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 61 | 0.35 | 0 | 0.69 | 0.23 | 90.67 | 0.53 | 0.5 |
| Hex | 7F | C4 | 3D | 23 | 0 | 45 | 17 | 5B | 35 | 32 |
| Octal | 177 | 304 | 75 | 43 | 0 | 105 | 27 | 133 | 65 | 62 |
| Binary | 1111111 | 11000100 | 111101 | 100011 | 0 | 1000101 | 10111 | 1011011 | 110101 | 110010 |
Color Harmonies of #7FC43D
Complementary color
Monochromatic Colors of #7FC43D
Black with #7FC43D
Text Example
Text Example
White with #7FC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC43D; }
p { color: rgb(127,196,61); }
H1.HeaderClassName
{
color: #7FC43D;
}
.AnyTagClassName
{
color: #7FC43D;
}
</style>
background-color css
<style>
a { background-color: #7FC43D; }
a { background-color: rgb(127,196,61); }
div.DivClassName
{
background-color: #7FC43D;
}
.BgClassName
{
background-color: #7FC43D;
}
</style>
border-color css
<style>
span { border-color: #7FC43D; }
span { border-color: rgb(127,196,61); }
td.TdClassName
{
border-color: #7FC43D;
}
.TagClassName
{
border-color: #7FC43D;
}
</style>