Shades of Mantis #7CCA5C
Tints of Mantis #7CCA5C
RGB
CMYK
RGB Variations
Color information
#7CCA5C (or 0x7CCA5C) is known color: Mantis. HEX triplet: 7C, CA and 5C. RGB value is (124,202,92). Sum of RGB (Red+Green+Blue) = 124+202+92=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCA5C is #8335A3. Grayscale: #A6A6A6. Windows color (decimal): -8598948 or 6081148. OLE color: 6081148.
HSL color Cylindrical-coordinate representation of color #7CCA5C: hue angle of 102.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CCA5C is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 92 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.21 |
| HSL | 102.55º | 0.51% | 0.58% | - |
| HSV(B) | 102.55º | 0.54% | 0.79% | - |
| XYZ | 31.36 | 47.3 | 17.6 | - |
| YUV | 166.14 | 86.16 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 92 | 0.39 | 0 | 0.54 | 0.21 | 102.55 | 0.51 | 0.58 |
| Hex | 7C | CA | 5C | 27 | 0 | 36 | 15 | 67 | 33 | 3A |
| Octal | 174 | 312 | 134 | 47 | 0 | 66 | 25 | 147 | 63 | 72 |
| Binary | 1111100 | 11001010 | 1011100 | 100111 | 0 | 110110 | 10101 | 1100111 | 110011 | 111010 |
Color Harmonies of #7CCA5C
Complementary color
Monochromatic Colors of #7CCA5C
Black with #7CCA5C
Text Example
Text Example
White with #7CCA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA5C; }
p { color: rgb(124,202,92); }
H1.HeaderClassName
{
color: #7CCA5C;
}
.AnyTagClassName
{
color: #7CCA5C;
}
</style>
background-color css
<style>
a { background-color: #7CCA5C; }
a { background-color: rgb(124,202,92); }
div.DivClassName
{
background-color: #7CCA5C;
}
.BgClassName
{
background-color: #7CCA5C;
}
</style>
border-color css
<style>
span { border-color: #7CCA5C; }
span { border-color: rgb(124,202,92); }
td.TdClassName
{
border-color: #7CCA5C;
}
.TagClassName
{
border-color: #7CCA5C;
}
</style>