Shades of Mantis #7CC053
Tints of Mantis #7CC053
RGB
CMYK
RGB Variations
Color information
#7CC053 (or 0x7CC053) is known color: Mantis. HEX triplet: 7C, C0 and 53. RGB value is (124,192,83). Sum of RGB (Red+Green+Blue) = 124+192+83=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC053 is #833FAC. Grayscale: #9F9F9F. Windows color (decimal): -8601517 or 5488764. OLE color: 5488764.
HSL color Cylindrical-coordinate representation of color #7CC053: hue angle of 97.43º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CC053 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 83 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.25 |
| HSL | 97.43º | 0.46% | 0.54% | - |
| HSV(B) | 97.43º | 0.57% | 0.75% | - |
| XYZ | 28.72 | 42.61 | 14.89 | - |
| YUV | 159.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 83 | 0.35 | 0 | 0.57 | 0.25 | 97.43 | 0.46 | 0.54 |
| Hex | 7C | C0 | 53 | 23 | 0 | 39 | 19 | 61 | 2E | 36 |
| Octal | 174 | 300 | 123 | 43 | 0 | 71 | 31 | 141 | 56 | 66 |
| Binary | 1111100 | 11000000 | 1010011 | 100011 | 0 | 111001 | 11001 | 1100001 | 101110 | 110110 |
Color Harmonies of #7CC053
Complementary color
Monochromatic Colors of #7CC053
Black with #7CC053
Text Example
Text Example
White with #7CC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC053; }
p { color: rgb(124,192,83); }
H1.HeaderClassName
{
color: #7CC053;
}
.AnyTagClassName
{
color: #7CC053;
}
</style>
background-color css
<style>
a { background-color: #7CC053; }
a { background-color: rgb(124,192,83); }
div.DivClassName
{
background-color: #7CC053;
}
.BgClassName
{
background-color: #7CC053;
}
</style>
border-color css
<style>
span { border-color: #7CC053; }
span { border-color: rgb(124,192,83); }
td.TdClassName
{
border-color: #7CC053;
}
.TagClassName
{
border-color: #7CC053;
}
</style>