Shades of Mantis #7FC73D
Tints of Mantis #7FC73D
RGB
CMYK
RGB Variations
Color information
#7FC73D (or 0x7FC73D) is known color: Mantis. HEX triplet: 7F, C7 and 3D. RGB value is (127,199,61). Sum of RGB (Red+Green+Blue) = 127+199+61=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC73D is #8038C2. Grayscale: #A2A2A2. Windows color (decimal): -8403139 or 4048767. OLE color: 4048767.
HSL color Cylindrical-coordinate representation of color #7FC73D: hue angle of 91.3º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FC73D is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 199 | 61 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.22 |
| HSL | 91.3º | 0.55% | 0.51% | - |
| HSV(B) | 91.3º | 0.69% | 0.78% | - |
| XYZ | 30.02 | 45.7 | 11.65 | - |
| YUV | 161.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 61 | 0.36 | 0 | 0.69 | 0.22 | 91.3 | 0.55 | 0.51 |
| Hex | 7F | C7 | 3D | 24 | 0 | 45 | 16 | 5B | 37 | 33 |
| Octal | 177 | 307 | 75 | 44 | 0 | 105 | 26 | 133 | 67 | 63 |
| Binary | 1111111 | 11000111 | 111101 | 100100 | 0 | 1000101 | 10110 | 1011011 | 110111 | 110011 |
Color Harmonies of #7FC73D
Complementary color
Monochromatic Colors of #7FC73D
Black with #7FC73D
Text Example
Text Example
White with #7FC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC73D; }
p { color: rgb(127,199,61); }
H1.HeaderClassName
{
color: #7FC73D;
}
.AnyTagClassName
{
color: #7FC73D;
}
</style>
background-color css
<style>
a { background-color: #7FC73D; }
a { background-color: rgb(127,199,61); }
div.DivClassName
{
background-color: #7FC73D;
}
.BgClassName
{
background-color: #7FC73D;
}
</style>
border-color css
<style>
span { border-color: #7FC73D; }
span { border-color: rgb(127,199,61); }
td.TdClassName
{
border-color: #7FC73D;
}
.TagClassName
{
border-color: #7FC73D;
}
</style>