Shades of Mantis #7CCC60
Tints of Mantis #7CCC60
RGB
CMYK
RGB Variations
Color information
#7CCC60 (or 0x7CCC60) is known color: Mantis. HEX triplet: 7C, CC and 60. RGB value is (124,204,96). Sum of RGB (Red+Green+Blue) = 124+204+96=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC60 is #83339F. Grayscale: #A8A8A8. Windows color (decimal): -8598432 or 6343804. OLE color: 6343804.
HSL color Cylindrical-coordinate representation of color #7CCC60: hue angle of 104.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CCC60 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 96 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.2 |
| HSL | 104.44º | 0.51% | 0.59% | - |
| HSV(B) | 104.44º | 0.53% | 0.8% | - |
| XYZ | 32.02 | 48.32 | 18.7 | - |
| YUV | 167.77 | 87.5 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 96 | 0.39 | 0 | 0.53 | 0.2 | 104.44 | 0.51 | 0.59 |
| Hex | 7C | CC | 60 | 27 | 0 | 35 | 14 | 68 | 33 | 3B |
| Octal | 174 | 314 | 140 | 47 | 0 | 65 | 24 | 150 | 63 | 73 |
| Binary | 1111100 | 11001100 | 1100000 | 100111 | 0 | 110101 | 10100 | 1101000 | 110011 | 111011 |
Color Harmonies of #7CCC60
Complementary color
Monochromatic Colors of #7CCC60
Black with #7CCC60
Text Example
Text Example
White with #7CCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC60; }
p { color: rgb(124,204,96); }
H1.HeaderClassName
{
color: #7CCC60;
}
.AnyTagClassName
{
color: #7CCC60;
}
</style>
background-color css
<style>
a { background-color: #7CCC60; }
a { background-color: rgb(124,204,96); }
div.DivClassName
{
background-color: #7CCC60;
}
.BgClassName
{
background-color: #7CCC60;
}
</style>
border-color css
<style>
span { border-color: #7CCC60; }
span { border-color: rgb(124,204,96); }
td.TdClassName
{
border-color: #7CCC60;
}
.TagClassName
{
border-color: #7CCC60;
}
</style>