Shades of Mantis #7CDF4E
Tints of Mantis #7CDF4E
RGB
CMYK
RGB Variations
Color information
#7CDF4E (or 0x7CDF4E) is known color: Mantis. HEX triplet: 7C, DF and 4E. RGB value is (124,223,78). Sum of RGB (Red+Green+Blue) = 124+223+78=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDF4E is #8320B1. Grayscale: #B1B1B1. Windows color (decimal): -8593586 or 5169020. OLE color: 5169020.
HSL color Cylindrical-coordinate representation of color #7CDF4E: hue angle of 100.97º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CDF4E is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 78 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.13 |
| HSL | 100.97º | 0.69% | 0.59% | - |
| HSV(B) | 100.97º | 0.65% | 0.87% | - |
| XYZ | 36.08 | 57.61 | 16.43 | - |
| YUV | 176.87 | 72.2 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 78 | 0.44 | 0 | 0.65 | 0.13 | 100.97 | 0.69 | 0.59 |
| Hex | 7C | DF | 4E | 2C | 0 | 41 | D | 65 | 45 | 3B |
| Octal | 174 | 337 | 116 | 54 | 0 | 101 | 15 | 145 | 105 | 73 |
| Binary | 1111100 | 11011111 | 1001110 | 101100 | 0 | 1000001 | 1101 | 1100101 | 1000101 | 111011 |
Color Harmonies of #7CDF4E
Complementary color
Monochromatic Colors of #7CDF4E
Black with #7CDF4E
Text Example
Text Example
White with #7CDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDF4E; }
p { color: rgb(124,223,78); }
H1.HeaderClassName
{
color: #7CDF4E;
}
.AnyTagClassName
{
color: #7CDF4E;
}
</style>
background-color css
<style>
a { background-color: #7CDF4E; }
a { background-color: rgb(124,223,78); }
div.DivClassName
{
background-color: #7CDF4E;
}
.BgClassName
{
background-color: #7CDF4E;
}
</style>
border-color css
<style>
span { border-color: #7CDF4E; }
span { border-color: rgb(124,223,78); }
td.TdClassName
{
border-color: #7CDF4E;
}
.TagClassName
{
border-color: #7CDF4E;
}
</style>