Shades of Mantis #7CCD46
Tints of Mantis #7CCD46
RGB
CMYK
RGB Variations
Color information
#7CCD46 (or 0x7CCD46) is known color: Mantis. HEX triplet: 7C, CD and 46. RGB value is (124,205,70). Sum of RGB (Red+Green+Blue) = 124+205+70=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD46 is #8332B9. Grayscale: #A5A5A5. Windows color (decimal): -8598202 or 4640124. OLE color: 4640124.
HSL color Cylindrical-coordinate representation of color #7CCD46: hue angle of 96º 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 #7CCD46 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 70 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.20 |
| HSL | 96º | 0.57% | 0.54% | - |
| HSV(B) | 96º | 0.66% | 0.8% | - |
| XYZ | 31.25 | 48.39 | 13.49 | - |
| YUV | 165.39 | 74.16 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 70 | 0.40 | 0 | 0.66 | 0.20 | 96 | 0.57 | 0.54 |
| Hex | 7C | CD | 46 | 28 | 0 | 42 | 14 | 60 | 39 | 36 |
| Octal | 174 | 315 | 106 | 50 | 0 | 102 | 24 | 140 | 71 | 66 |
| Binary | 1111100 | 11001101 | 1000110 | 101000 | 0 | 1000010 | 10100 | 1100000 | 111001 | 110110 |
Color Harmonies of #7CCD46
Complementary color
Monochromatic Colors of #7CCD46
Black with #7CCD46
Text Example
Text Example
White with #7CCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD46; }
p { color: rgb(124,205,70); }
H1.HeaderClassName
{
color: #7CCD46;
}
.AnyTagClassName
{
color: #7CCD46;
}
</style>
background-color css
<style>
a { background-color: #7CCD46; }
a { background-color: rgb(124,205,70); }
div.DivClassName
{
background-color: #7CCD46;
}
.BgClassName
{
background-color: #7CCD46;
}
</style>
border-color css
<style>
span { border-color: #7CCD46; }
span { border-color: rgb(124,205,70); }
td.TdClassName
{
border-color: #7CCD46;
}
.TagClassName
{
border-color: #7CCD46;
}
</style>