Shades of Mantis #7FDC43
Tints of Mantis #7FDC43
RGB
CMYK
RGB Variations
Color information
#7FDC43 (or 0x7FDC43) is known color: Mantis. HEX triplet: 7F, DC and 43. RGB value is (127,220,67). Sum of RGB (Red+Green+Blue) = 127+220+67=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC43 is #8023BC. Grayscale: #AFAFAF. Windows color (decimal): -8397757 or 4447359. OLE color: 4447359.
HSL color Cylindrical-coordinate representation of color #7FDC43: hue angle of 96.47º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FDC43 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 67 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.14 |
| HSL | 96.47º | 0.69% | 0.56% | - |
| HSV(B) | 96.47º | 0.7% | 0.86% | - |
| XYZ | 35.36 | 56.1 | 14.28 | - |
| YUV | 174.75 | 67.19 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 67 | 0.42 | 0 | 0.70 | 0.14 | 96.47 | 0.69 | 0.56 |
| Hex | 7F | DC | 43 | 2A | 0 | 46 | E | 60 | 45 | 38 |
| Octal | 177 | 334 | 103 | 52 | 0 | 106 | 16 | 140 | 105 | 70 |
| Binary | 1111111 | 11011100 | 1000011 | 101010 | 0 | 1000110 | 1110 | 1100000 | 1000101 | 111000 |
Color Harmonies of #7FDC43
Complementary color
Monochromatic Colors of #7FDC43
Black with #7FDC43
Text Example
Text Example
White with #7FDC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC43; }
p { color: rgb(127,220,67); }
H1.HeaderClassName
{
color: #7FDC43;
}
.AnyTagClassName
{
color: #7FDC43;
}
</style>
background-color css
<style>
a { background-color: #7FDC43; }
a { background-color: rgb(127,220,67); }
div.DivClassName
{
background-color: #7FDC43;
}
.BgClassName
{
background-color: #7FDC43;
}
</style>
border-color css
<style>
span { border-color: #7FDC43; }
span { border-color: rgb(127,220,67); }
td.TdClassName
{
border-color: #7FDC43;
}
.TagClassName
{
border-color: #7FDC43;
}
</style>