Shades of Mantis #7CD547
Tints of Mantis #7CD547
RGB
CMYK
RGB Variations
Color information
#7CD547 (or 0x7CD547) is known color: Mantis. HEX triplet: 7C, D5 and 47. RGB value is (124,213,71). Sum of RGB (Red+Green+Blue) = 124+213+71=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD547 is #832AB8. Grayscale: #AAAAAA. Windows color (decimal): -8596153 or 4707708. OLE color: 4707708.
HSL color Cylindrical-coordinate representation of color #7CD547: hue angle of 97.61º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CD547 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 71 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.16 |
| HSL | 97.61º | 0.63% | 0.56% | - |
| HSV(B) | 97.61º | 0.67% | 0.84% | - |
| XYZ | 33.24 | 52.33 | 14.31 | - |
| YUV | 170.2 | 72.01 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 71 | 0.42 | 0 | 0.67 | 0.16 | 97.61 | 0.63 | 0.56 |
| Hex | 7C | D5 | 47 | 2A | 0 | 43 | 10 | 62 | 3F | 38 |
| Octal | 174 | 325 | 107 | 52 | 0 | 103 | 20 | 142 | 77 | 70 |
| Binary | 1111100 | 11010101 | 1000111 | 101010 | 0 | 1000011 | 10000 | 1100010 | 111111 | 111000 |
Color Harmonies of #7CD547
Complementary color
Monochromatic Colors of #7CD547
Black with #7CD547
Text Example
Text Example
White with #7CD547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD547; }
p { color: rgb(124,213,71); }
H1.HeaderClassName
{
color: #7CD547;
}
.AnyTagClassName
{
color: #7CD547;
}
</style>
background-color css
<style>
a { background-color: #7CD547; }
a { background-color: rgb(124,213,71); }
div.DivClassName
{
background-color: #7CD547;
}
.BgClassName
{
background-color: #7CD547;
}
</style>
border-color css
<style>
span { border-color: #7CD547; }
span { border-color: rgb(124,213,71); }
td.TdClassName
{
border-color: #7CD547;
}
.TagClassName
{
border-color: #7CD547;
}
</style>