Shades of Mantis #7CCC46
Tints of Mantis #7CCC46
RGB
CMYK
RGB Variations
Color information
#7CCC46 (or 0x7CCC46) is known color: Mantis. HEX triplet: 7C, CC and 46. RGB value is (124,204,70). Sum of RGB (Red+Green+Blue) = 124+204+70=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC46 is #8333B9. Grayscale: #A5A5A5. Windows color (decimal): -8598458 or 4639868. OLE color: 4639868.
HSL color Cylindrical-coordinate representation of color #7CCC46: hue angle of 95.82º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CCC46 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 70 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.2 |
| HSL | 95.82º | 0.57% | 0.54% | - |
| HSV(B) | 95.82º | 0.66% | 0.8% | - |
| XYZ | 31.01 | 47.91 | 13.41 | - |
| YUV | 164.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 70 | 0.39 | 0 | 0.66 | 0.2 | 95.82 | 0.57 | 0.54 |
| Hex | 7C | CC | 46 | 27 | 0 | 42 | 14 | 60 | 39 | 36 |
| Octal | 174 | 314 | 106 | 47 | 0 | 102 | 24 | 140 | 71 | 66 |
| Binary | 1111100 | 11001100 | 1000110 | 100111 | 0 | 1000010 | 10100 | 1100000 | 111001 | 110110 |
Color Harmonies of #7CCC46
Complementary color
Monochromatic Colors of #7CCC46
Black with #7CCC46
Text Example
Text Example
White with #7CCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC46; }
p { color: rgb(124,204,70); }
H1.HeaderClassName
{
color: #7CCC46;
}
.AnyTagClassName
{
color: #7CCC46;
}
</style>
background-color css
<style>
a { background-color: #7CCC46; }
a { background-color: rgb(124,204,70); }
div.DivClassName
{
background-color: #7CCC46;
}
.BgClassName
{
background-color: #7CCC46;
}
</style>
border-color css
<style>
span { border-color: #7CCC46; }
span { border-color: rgb(124,204,70); }
td.TdClassName
{
border-color: #7CCC46;
}
.TagClassName
{
border-color: #7CCC46;
}
</style>