Shades of Mantis #7CCC3E
Tints of Mantis #7CCC3E
RGB
CMYK
RGB Variations
Color information
#7CCC3E (or 0x7CCC3E) is known color: Mantis. HEX triplet: 7C, CC and 3E. RGB value is (124,204,62). Sum of RGB (Red+Green+Blue) = 124+204+62=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC3E is #8333C1. Grayscale: #A4A4A4. Windows color (decimal): -8598466 or 4115580. OLE color: 4115580.
HSL color Cylindrical-coordinate representation of color #7CCC3E: hue angle of 93.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CCC3E is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 62 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.2 |
| HSL | 93.8º | 0.58% | 0.52% | - |
| HSV(B) | 93.8º | 0.7% | 0.8% | - |
| XYZ | 30.77 | 47.82 | 12.17 | - |
| YUV | 163.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 62 | 0.39 | 0 | 0.70 | 0.2 | 93.8 | 0.58 | 0.52 |
| Hex | 7C | CC | 3E | 27 | 0 | 46 | 14 | 5E | 3A | 34 |
| Octal | 174 | 314 | 76 | 47 | 0 | 106 | 24 | 136 | 72 | 64 |
| Binary | 1111100 | 11001100 | 111110 | 100111 | 0 | 1000110 | 10100 | 1011110 | 111010 | 110100 |
Color Harmonies of #7CCC3E
Complementary color
Monochromatic Colors of #7CCC3E
Black with #7CCC3E
Text Example
Text Example
White with #7CCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC3E; }
p { color: rgb(124,204,62); }
H1.HeaderClassName
{
color: #7CCC3E;
}
.AnyTagClassName
{
color: #7CCC3E;
}
</style>
background-color css
<style>
a { background-color: #7CCC3E; }
a { background-color: rgb(124,204,62); }
div.DivClassName
{
background-color: #7CCC3E;
}
.BgClassName
{
background-color: #7CCC3E;
}
</style>
border-color css
<style>
span { border-color: #7CCC3E; }
span { border-color: rgb(124,204,62); }
td.TdClassName
{
border-color: #7CCC3E;
}
.TagClassName
{
border-color: #7CCC3E;
}
</style>