Shades of Mantis #7CC652
Tints of Mantis #7CC652
RGB
CMYK
RGB Variations
Color information
#7CC652 (or 0x7CC652) is known color: Mantis. HEX triplet: 7C, C6 and 52. RGB value is (124,198,82). Sum of RGB (Red+Green+Blue) = 124+198+82=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC652 is #8339AD. Grayscale: #A3A3A3. Windows color (decimal): -8599982 or 5424764. OLE color: 5424764.
HSL color Cylindrical-coordinate representation of color #7CC652: hue angle of 98.28º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CC652 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 82 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.22 |
| HSL | 98.28º | 0.5% | 0.55% | - |
| HSV(B) | 98.28º | 0.59% | 0.78% | - |
| XYZ | 30.03 | 45.28 | 15.14 | - |
| YUV | 162.65 | 82.48 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 82 | 0.37 | 0 | 0.59 | 0.22 | 98.28 | 0.5 | 0.55 |
| Hex | 7C | C6 | 52 | 25 | 0 | 3B | 16 | 62 | 32 | 37 |
| Octal | 174 | 306 | 122 | 45 | 0 | 73 | 26 | 142 | 62 | 67 |
| Binary | 1111100 | 11000110 | 1010010 | 100101 | 0 | 111011 | 10110 | 1100010 | 110010 | 110111 |
Color Harmonies of #7CC652
Complementary color
Monochromatic Colors of #7CC652
Black with #7CC652
Text Example
Text Example
White with #7CC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC652; }
p { color: rgb(124,198,82); }
H1.HeaderClassName
{
color: #7CC652;
}
.AnyTagClassName
{
color: #7CC652;
}
</style>
background-color css
<style>
a { background-color: #7CC652; }
a { background-color: rgb(124,198,82); }
div.DivClassName
{
background-color: #7CC652;
}
.BgClassName
{
background-color: #7CC652;
}
</style>
border-color css
<style>
span { border-color: #7CC652; }
span { border-color: rgb(124,198,82); }
td.TdClassName
{
border-color: #7CC652;
}
.TagClassName
{
border-color: #7CC652;
}
</style>