Shades of Mantis #7CCA3E
Tints of Mantis #7CCA3E
RGB
CMYK
RGB Variations
Color information
#7CCA3E (or 0x7CCA3E) is known color: Mantis. HEX triplet: 7C, CA and 3E. RGB value is (124,202,62). Sum of RGB (Red+Green+Blue) = 124+202+62=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA3E is #8335C1. Grayscale: #A3A3A3. Windows color (decimal): -8598978 or 4115068. OLE color: 4115068.
HSL color Cylindrical-coordinate representation of color #7CCA3E: hue angle of 93.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CCA3E is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 62 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.21 |
| HSL | 93.43º | 0.57% | 0.52% | - |
| HSV(B) | 93.43º | 0.69% | 0.79% | - |
| XYZ | 30.3 | 46.87 | 12.01 | - |
| YUV | 162.72 | 71.16 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 62 | 0.39 | 0 | 0.69 | 0.21 | 93.43 | 0.57 | 0.52 |
| Hex | 7C | CA | 3E | 27 | 0 | 45 | 15 | 5D | 39 | 34 |
| Octal | 174 | 312 | 76 | 47 | 0 | 105 | 25 | 135 | 71 | 64 |
| Binary | 1111100 | 11001010 | 111110 | 100111 | 0 | 1000101 | 10101 | 1011101 | 111001 | 110100 |
Color Harmonies of #7CCA3E
Complementary color
Monochromatic Colors of #7CCA3E
Black with #7CCA3E
Text Example
Text Example
White with #7CCA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA3E; }
p { color: rgb(124,202,62); }
H1.HeaderClassName
{
color: #7CCA3E;
}
.AnyTagClassName
{
color: #7CCA3E;
}
</style>
background-color css
<style>
a { background-color: #7CCA3E; }
a { background-color: rgb(124,202,62); }
div.DivClassName
{
background-color: #7CCA3E;
}
.BgClassName
{
background-color: #7CCA3E;
}
</style>
border-color css
<style>
span { border-color: #7CCA3E; }
span { border-color: rgb(124,202,62); }
td.TdClassName
{
border-color: #7CCA3E;
}
.TagClassName
{
border-color: #7CCA3E;
}
</style>