Shades of Mantis #7CD242
Tints of Mantis #7CD242
RGB
CMYK
RGB Variations
Color information
#7CD242 (or 0x7CD242) is known color: Mantis. HEX triplet: 7C, D2 and 42. RGB value is (124,210,66). Sum of RGB (Red+Green+Blue) = 124+210+66=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD242 is #832DBD. Grayscale: #A8A8A8. Windows color (decimal): -8596926 or 4379260. OLE color: 4379260.
HSL color Cylindrical-coordinate representation of color #7CD242: hue angle of 95.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CD242 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 210 | 66 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.18 |
| HSL | 95.83º | 0.62% | 0.54% | - |
| HSV(B) | 95.83º | 0.69% | 0.82% | - |
| XYZ | 32.34 | 50.77 | 13.25 | - |
| YUV | 167.87 | 70.51 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 210 | 66 | 0.41 | 0 | 0.69 | 0.18 | 95.83 | 0.62 | 0.54 |
| Hex | 7C | D2 | 42 | 29 | 0 | 45 | 12 | 60 | 3E | 36 |
| Octal | 174 | 322 | 102 | 51 | 0 | 105 | 22 | 140 | 76 | 66 |
| Binary | 1111100 | 11010010 | 1000010 | 101001 | 0 | 1000101 | 10010 | 1100000 | 111110 | 110110 |
Color Harmonies of #7CD242
Complementary color
Monochromatic Colors of #7CD242
Black with #7CD242
Text Example
Text Example
White with #7CD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD242; }
p { color: rgb(124,210,66); }
H1.HeaderClassName
{
color: #7CD242;
}
.AnyTagClassName
{
color: #7CD242;
}
</style>
background-color css
<style>
a { background-color: #7CD242; }
a { background-color: rgb(124,210,66); }
div.DivClassName
{
background-color: #7CD242;
}
.BgClassName
{
background-color: #7CD242;
}
</style>
border-color css
<style>
span { border-color: #7CD242; }
span { border-color: rgb(124,210,66); }
td.TdClassName
{
border-color: #7CD242;
}
.TagClassName
{
border-color: #7CD242;
}
</style>