Shades of Mantis #7CD552
Tints of Mantis #7CD552
RGB
CMYK
RGB Variations
Color information
#7CD552 (or 0x7CD552) is known color: Mantis. HEX triplet: 7C, D5 and 52. RGB value is (124,213,82). Sum of RGB (Red+Green+Blue) = 124+213+82=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD552 is #832AAD. Grayscale: #ABABAB. Windows color (decimal): -8596142 or 5428604. OLE color: 5428604.
HSL color Cylindrical-coordinate representation of color #7CD552: hue angle of 100.76º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CD552 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 82 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.16 |
| HSL | 100.76º | 0.61% | 0.58% | - |
| HSV(B) | 100.76º | 0.62% | 0.84% | - |
| XYZ | 33.63 | 52.48 | 16.34 | - |
| YUV | 171.46 | 77.51 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 82 | 0.42 | 0 | 0.62 | 0.16 | 100.76 | 0.61 | 0.58 |
| Hex | 7C | D5 | 52 | 2A | 0 | 3E | 10 | 65 | 3D | 3A |
| Octal | 174 | 325 | 122 | 52 | 0 | 76 | 20 | 145 | 75 | 72 |
| Binary | 1111100 | 11010101 | 1010010 | 101010 | 0 | 111110 | 10000 | 1100101 | 111101 | 111010 |
Color Harmonies of #7CD552
Complementary color
Monochromatic Colors of #7CD552
Black with #7CD552
Text Example
Text Example
White with #7CD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD552; }
p { color: rgb(124,213,82); }
H1.HeaderClassName
{
color: #7CD552;
}
.AnyTagClassName
{
color: #7CD552;
}
</style>
background-color css
<style>
a { background-color: #7CD552; }
a { background-color: rgb(124,213,82); }
div.DivClassName
{
background-color: #7CD552;
}
.BgClassName
{
background-color: #7CD552;
}
</style>
border-color css
<style>
span { border-color: #7CD552; }
span { border-color: rgb(124,213,82); }
td.TdClassName
{
border-color: #7CD552;
}
.TagClassName
{
border-color: #7CD552;
}
</style>