Shades of Mantis #7FC53D
Tints of Mantis #7FC53D
RGB
CMYK
RGB Variations
Color information
#7FC53D (or 0x7FC53D) is known color: Mantis. HEX triplet: 7F, C5 and 3D. RGB value is (127,197,61). Sum of RGB (Red+Green+Blue) = 127+197+61=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC53D is #803AC2. Grayscale: #A1A1A1. Windows color (decimal): -8403651 or 4048255. OLE color: 4048255.
HSL color Cylindrical-coordinate representation of color #7FC53D: hue angle of 90.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FC53D is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 61 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.23 |
| HSL | 90.88º | 0.54% | 0.51% | - |
| HSV(B) | 90.88º | 0.69% | 0.77% | - |
| XYZ | 29.56 | 44.78 | 11.5 | - |
| YUV | 160.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 61 | 0.36 | 0 | 0.69 | 0.23 | 90.88 | 0.54 | 0.51 |
| Hex | 7F | C5 | 3D | 24 | 0 | 45 | 17 | 5B | 36 | 33 |
| Octal | 177 | 305 | 75 | 44 | 0 | 105 | 27 | 133 | 66 | 63 |
| Binary | 1111111 | 11000101 | 111101 | 100100 | 0 | 1000101 | 10111 | 1011011 | 110110 | 110011 |
Color Harmonies of #7FC53D
Complementary color
Monochromatic Colors of #7FC53D
Black with #7FC53D
Text Example
Text Example
White with #7FC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC53D; }
p { color: rgb(127,197,61); }
H1.HeaderClassName
{
color: #7FC53D;
}
.AnyTagClassName
{
color: #7FC53D;
}
</style>
background-color css
<style>
a { background-color: #7FC53D; }
a { background-color: rgb(127,197,61); }
div.DivClassName
{
background-color: #7FC53D;
}
.BgClassName
{
background-color: #7FC53D;
}
</style>
border-color css
<style>
span { border-color: #7FC53D; }
span { border-color: rgb(127,197,61); }
td.TdClassName
{
border-color: #7FC53D;
}
.TagClassName
{
border-color: #7FC53D;
}
</style>