Shades of Mantis #7CC24D
Tints of Mantis #7CC24D
RGB
CMYK
RGB Variations
Color information
#7CC24D (or 0x7CC24D) is known color: Mantis. HEX triplet: 7C, C2 and 4D. RGB value is (124,194,77). Sum of RGB (Red+Green+Blue) = 124+194+77=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC24D is #833DB2. Grayscale: #A0A0A0. Windows color (decimal): -8601011 or 5096060. OLE color: 5096060.
HSL color Cylindrical-coordinate representation of color #7CC24D: hue angle of 95.9º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CC24D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 77 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.24 |
| HSL | 95.9º | 0.49% | 0.53% | - |
| HSV(B) | 95.9º | 0.6% | 0.76% | - |
| XYZ | 28.94 | 43.4 | 13.87 | - |
| YUV | 159.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 77 | 0.36 | 0 | 0.60 | 0.24 | 95.9 | 0.49 | 0.53 |
| Hex | 7C | C2 | 4D | 24 | 0 | 3C | 18 | 60 | 31 | 35 |
| Octal | 174 | 302 | 115 | 44 | 0 | 74 | 30 | 140 | 61 | 65 |
| Binary | 1111100 | 11000010 | 1001101 | 100100 | 0 | 111100 | 11000 | 1100000 | 110001 | 110101 |
Color Harmonies of #7CC24D
Complementary color
Monochromatic Colors of #7CC24D
Black with #7CC24D
Text Example
Text Example
White with #7CC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC24D; }
p { color: rgb(124,194,77); }
H1.HeaderClassName
{
color: #7CC24D;
}
.AnyTagClassName
{
color: #7CC24D;
}
</style>
background-color css
<style>
a { background-color: #7CC24D; }
a { background-color: rgb(124,194,77); }
div.DivClassName
{
background-color: #7CC24D;
}
.BgClassName
{
background-color: #7CC24D;
}
</style>
border-color css
<style>
span { border-color: #7CC24D; }
span { border-color: rgb(124,194,77); }
td.TdClassName
{
border-color: #7CC24D;
}
.TagClassName
{
border-color: #7CC24D;
}
</style>