Shades of Mantis #7FDC46
Tints of Mantis #7FDC46
RGB
CMYK
RGB Variations
Color information
#7FDC46 (or 0x7FDC46) is known color: Mantis. HEX triplet: 7F, DC and 46. RGB value is (127,220,70). Sum of RGB (Red+Green+Blue) = 127+220+70=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC46 is #8023B9. Grayscale: #AFAFAF. Windows color (decimal): -8397754 or 4643967. OLE color: 4643967.
HSL color Cylindrical-coordinate representation of color #7FDC46: hue angle of 97.2º 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 #7FDC46 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 70 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.14 |
| HSL | 97.2º | 0.68% | 0.57% | - |
| HSV(B) | 97.2º | 0.68% | 0.86% | - |
| XYZ | 35.45 | 56.14 | 14.76 | - |
| YUV | 175.09 | 68.69 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 70 | 0.42 | 0 | 0.68 | 0.14 | 97.2 | 0.68 | 0.57 |
| Hex | 7F | DC | 46 | 2A | 0 | 44 | E | 61 | 44 | 39 |
| Octal | 177 | 334 | 106 | 52 | 0 | 104 | 16 | 141 | 104 | 71 |
| Binary | 1111111 | 11011100 | 1000110 | 101010 | 0 | 1000100 | 1110 | 1100001 | 1000100 | 111001 |
Color Harmonies of #7FDC46
Complementary color
Monochromatic Colors of #7FDC46
Black with #7FDC46
Text Example
Text Example
White with #7FDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC46; }
p { color: rgb(127,220,70); }
H1.HeaderClassName
{
color: #7FDC46;
}
.AnyTagClassName
{
color: #7FDC46;
}
</style>
background-color css
<style>
a { background-color: #7FDC46; }
a { background-color: rgb(127,220,70); }
div.DivClassName
{
background-color: #7FDC46;
}
.BgClassName
{
background-color: #7FDC46;
}
</style>
border-color css
<style>
span { border-color: #7FDC46; }
span { border-color: rgb(127,220,70); }
td.TdClassName
{
border-color: #7FDC46;
}
.TagClassName
{
border-color: #7FDC46;
}
</style>