Shades of Mantis #7FDC49
Tints of Mantis #7FDC49
RGB
CMYK
RGB Variations
Color information
#7FDC49 (or 0x7FDC49) is known color: Mantis. HEX triplet: 7F, DC and 49. RGB value is (127,220,73). Sum of RGB (Red+Green+Blue) = 127+220+73=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC49 is #8023B6. Grayscale: #AFAFAF. Windows color (decimal): -8397751 or 4840575. OLE color: 4840575.
HSL color Cylindrical-coordinate representation of color #7FDC49: hue angle of 97.96º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FDC49 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 73 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.14 |
| HSL | 97.96º | 0.68% | 0.57% | - |
| HSV(B) | 97.96º | 0.67% | 0.86% | - |
| XYZ | 35.55 | 56.18 | 15.27 | - |
| YUV | 175.44 | 70.19 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 73 | 0.42 | 0 | 0.67 | 0.14 | 97.96 | 0.68 | 0.57 |
| Hex | 7F | DC | 49 | 2A | 0 | 43 | E | 62 | 44 | 39 |
| Octal | 177 | 334 | 111 | 52 | 0 | 103 | 16 | 142 | 104 | 71 |
| Binary | 1111111 | 11011100 | 1001001 | 101010 | 0 | 1000011 | 1110 | 1100010 | 1000100 | 111001 |
Color Harmonies of #7FDC49
Complementary color
Monochromatic Colors of #7FDC49
Black with #7FDC49
Text Example
Text Example
White with #7FDC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC49; }
p { color: rgb(127,220,73); }
H1.HeaderClassName
{
color: #7FDC49;
}
.AnyTagClassName
{
color: #7FDC49;
}
</style>
background-color css
<style>
a { background-color: #7FDC49; }
a { background-color: rgb(127,220,73); }
div.DivClassName
{
background-color: #7FDC49;
}
.BgClassName
{
background-color: #7FDC49;
}
</style>
border-color css
<style>
span { border-color: #7FDC49; }
span { border-color: rgb(127,220,73); }
td.TdClassName
{
border-color: #7FDC49;
}
.TagClassName
{
border-color: #7FDC49;
}
</style>