Shades of Mantis #7FDC47
Tints of Mantis #7FDC47
RGB
CMYK
RGB Variations
Color information
#7FDC47 (or 0x7FDC47) is known color: Mantis. HEX triplet: 7F, DC and 47. RGB value is (127,220,71). Sum of RGB (Red+Green+Blue) = 127+220+71=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC47 is #8023B8. Grayscale: #AFAFAF. Windows color (decimal): -8397753 or 4709503. OLE color: 4709503.
HSL color Cylindrical-coordinate representation of color #7FDC47: hue angle of 97.45º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FDC47 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 71 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.14 |
| HSL | 97.45º | 0.68% | 0.57% | - |
| HSV(B) | 97.45º | 0.68% | 0.86% | - |
| XYZ | 35.48 | 56.15 | 14.93 | - |
| YUV | 175.21 | 69.19 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 71 | 0.42 | 0 | 0.68 | 0.14 | 97.45 | 0.68 | 0.57 |
| Hex | 7F | DC | 47 | 2A | 0 | 44 | E | 61 | 44 | 39 |
| Octal | 177 | 334 | 107 | 52 | 0 | 104 | 16 | 141 | 104 | 71 |
| Binary | 1111111 | 11011100 | 1000111 | 101010 | 0 | 1000100 | 1110 | 1100001 | 1000100 | 111001 |
Color Harmonies of #7FDC47
Complementary color
Monochromatic Colors of #7FDC47
Black with #7FDC47
Text Example
Text Example
White with #7FDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC47; }
p { color: rgb(127,220,71); }
H1.HeaderClassName
{
color: #7FDC47;
}
.AnyTagClassName
{
color: #7FDC47;
}
</style>
background-color css
<style>
a { background-color: #7FDC47; }
a { background-color: rgb(127,220,71); }
div.DivClassName
{
background-color: #7FDC47;
}
.BgClassName
{
background-color: #7FDC47;
}
</style>
border-color css
<style>
span { border-color: #7FDC47; }
span { border-color: rgb(127,220,71); }
td.TdClassName
{
border-color: #7FDC47;
}
.TagClassName
{
border-color: #7FDC47;
}
</style>