Shades of Mantis #7CCC49
Tints of Mantis #7CCC49
RGB
CMYK
RGB Variations
Color information
#7CCC49 (or 0x7CCC49) is known color: Mantis. HEX triplet: 7C, CC and 49. RGB value is (124,204,73). Sum of RGB (Red+Green+Blue) = 124+204+73=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC49 is #8333B6. Grayscale: #A5A5A5. Windows color (decimal): -8598455 or 4836476. OLE color: 4836476.
HSL color Cylindrical-coordinate representation of color #7CCC49: hue angle of 96.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CCC49 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 73 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.2 |
| HSL | 96.64º | 0.56% | 0.54% | - |
| HSV(B) | 96.64º | 0.64% | 0.8% | - |
| XYZ | 31.11 | 47.95 | 13.92 | - |
| YUV | 165.15 | 76 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 73 | 0.39 | 0 | 0.64 | 0.2 | 96.64 | 0.56 | 0.54 |
| Hex | 7C | CC | 49 | 27 | 0 | 40 | 14 | 61 | 38 | 36 |
| Octal | 174 | 314 | 111 | 47 | 0 | 100 | 24 | 141 | 70 | 66 |
| Binary | 1111100 | 11001100 | 1001001 | 100111 | 0 | 1000000 | 10100 | 1100001 | 111000 | 110110 |
Color Harmonies of #7CCC49
Complementary color
Monochromatic Colors of #7CCC49
Black with #7CCC49
Text Example
Text Example
White with #7CCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC49; }
p { color: rgb(124,204,73); }
H1.HeaderClassName
{
color: #7CCC49;
}
.AnyTagClassName
{
color: #7CCC49;
}
</style>
background-color css
<style>
a { background-color: #7CCC49; }
a { background-color: rgb(124,204,73); }
div.DivClassName
{
background-color: #7CCC49;
}
.BgClassName
{
background-color: #7CCC49;
}
</style>
border-color css
<style>
span { border-color: #7CCC49; }
span { border-color: rgb(124,204,73); }
td.TdClassName
{
border-color: #7CCC49;
}
.TagClassName
{
border-color: #7CCC49;
}
</style>