Shades of Mantis #7FC942
Tints of Mantis #7FC942
RGB
CMYK
RGB Variations
Color information
#7FC942 (or 0x7FC942) is known color: Mantis. HEX triplet: 7F, C9 and 42. RGB value is (127,201,66). Sum of RGB (Red+Green+Blue) = 127+201+66=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC942 is #8036BD. Grayscale: #A3A3A3. Windows color (decimal): -8402622 or 4376959. OLE color: 4376959.
HSL color Cylindrical-coordinate representation of color #7FC942: hue angle of 92.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FC942 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 66 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.21 |
| HSL | 92.89º | 0.56% | 0.52% | - |
| HSV(B) | 92.89º | 0.67% | 0.79% | - |
| XYZ | 30.62 | 46.68 | 12.55 | - |
| YUV | 163.48 | 72.98 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 66 | 0.37 | 0 | 0.67 | 0.21 | 92.89 | 0.56 | 0.52 |
| Hex | 7F | C9 | 42 | 25 | 0 | 43 | 15 | 5D | 38 | 34 |
| Octal | 177 | 311 | 102 | 45 | 0 | 103 | 25 | 135 | 70 | 64 |
| Binary | 1111111 | 11001001 | 1000010 | 100101 | 0 | 1000011 | 10101 | 1011101 | 111000 | 110100 |
Color Harmonies of #7FC942
Complementary color
Monochromatic Colors of #7FC942
Black with #7FC942
Text Example
Text Example
White with #7FC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC942; }
p { color: rgb(127,201,66); }
H1.HeaderClassName
{
color: #7FC942;
}
.AnyTagClassName
{
color: #7FC942;
}
</style>
background-color css
<style>
a { background-color: #7FC942; }
a { background-color: rgb(127,201,66); }
div.DivClassName
{
background-color: #7FC942;
}
.BgClassName
{
background-color: #7FC942;
}
</style>
border-color css
<style>
span { border-color: #7FC942; }
span { border-color: rgb(127,201,66); }
td.TdClassName
{
border-color: #7FC942;
}
.TagClassName
{
border-color: #7FC942;
}
</style>