Shades of Mantis #7CC470
Tints of Mantis #7CC470
RGB
CMYK
RGB Variations
Color information
#7CC470 (or 0x7CC470) is known color: Mantis. HEX triplet: 7C, C4 and 70. RGB value is (124,196,112). Sum of RGB (Red+Green+Blue) = 124+196+112=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC470 is #833B8F. Grayscale: #A5A5A5. Windows color (decimal): -8600464 or 7390332. OLE color: 7390332.
HSL color Cylindrical-coordinate representation of color #7CC470: hue angle of 111.43º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CC470 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 112 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.23 |
| HSL | 111.43º | 0.42% | 0.6% | - |
| HSV(B) | 111.43º | 0.43% | 0.77% | - |
| XYZ | 30.98 | 44.93 | 22.37 | - |
| YUV | 164.9 | 98.15 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 112 | 0.37 | 0 | 0.43 | 0.23 | 111.43 | 0.42 | 0.6 |
| Hex | 7C | C4 | 70 | 25 | 0 | 2B | 17 | 6F | 2A | 3C |
| Octal | 174 | 304 | 160 | 45 | 0 | 53 | 27 | 157 | 52 | 74 |
| Binary | 1111100 | 11000100 | 1110000 | 100101 | 0 | 101011 | 10111 | 1101111 | 101010 | 111100 |
Color Harmonies of #7CC470
Complementary color
Monochromatic Colors of #7CC470
Black with #7CC470
Text Example
Text Example
White with #7CC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC470; }
p { color: rgb(124,196,112); }
H1.HeaderClassName
{
color: #7CC470;
}
.AnyTagClassName
{
color: #7CC470;
}
</style>
background-color css
<style>
a { background-color: #7CC470; }
a { background-color: rgb(124,196,112); }
div.DivClassName
{
background-color: #7CC470;
}
.BgClassName
{
background-color: #7CC470;
}
</style>
border-color css
<style>
span { border-color: #7CC470; }
span { border-color: rgb(124,196,112); }
td.TdClassName
{
border-color: #7CC470;
}
.TagClassName
{
border-color: #7CC470;
}
</style>