Shades of Mantis #7CD546
Tints of Mantis #7CD546
RGB
CMYK
RGB Variations
Color information
#7CD546 (or 0x7CD546) is known color: Mantis. HEX triplet: 7C, D5 and 46. RGB value is (124,213,70). Sum of RGB (Red+Green+Blue) = 124+213+70=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD546 is #832AB9. Grayscale: #AAAAAA. Windows color (decimal): -8596154 or 4642172. OLE color: 4642172.
HSL color Cylindrical-coordinate representation of color #7CD546: hue angle of 97.34º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CD546 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 70 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.16 |
| HSL | 97.34º | 0.63% | 0.55% | - |
| HSV(B) | 97.34º | 0.67% | 0.84% | - |
| XYZ | 33.21 | 52.32 | 14.14 | - |
| YUV | 170.09 | 71.51 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 70 | 0.42 | 0 | 0.67 | 0.16 | 97.34 | 0.63 | 0.55 |
| Hex | 7C | D5 | 46 | 2A | 0 | 43 | 10 | 61 | 3F | 37 |
| Octal | 174 | 325 | 106 | 52 | 0 | 103 | 20 | 141 | 77 | 67 |
| Binary | 1111100 | 11010101 | 1000110 | 101010 | 0 | 1000011 | 10000 | 1100001 | 111111 | 110111 |
Color Harmonies of #7CD546
Complementary color
Monochromatic Colors of #7CD546
Black with #7CD546
Text Example
Text Example
White with #7CD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD546; }
p { color: rgb(124,213,70); }
H1.HeaderClassName
{
color: #7CD546;
}
.AnyTagClassName
{
color: #7CD546;
}
</style>
background-color css
<style>
a { background-color: #7CD546; }
a { background-color: rgb(124,213,70); }
div.DivClassName
{
background-color: #7CD546;
}
.BgClassName
{
background-color: #7CD546;
}
</style>
border-color css
<style>
span { border-color: #7CD546; }
span { border-color: rgb(124,213,70); }
td.TdClassName
{
border-color: #7CD546;
}
.TagClassName
{
border-color: #7CD546;
}
</style>