Shades of Mantis #7CCD40
Tints of Mantis #7CCD40
RGB
CMYK
RGB Variations
Color information
#7CCD40 (or 0x7CCD40) is known color: Mantis. HEX triplet: 7C, CD and 40. RGB value is (124,205,64). Sum of RGB (Red+Green+Blue) = 124+205+64=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD40 is #8332BF. Grayscale: #A5A5A5. Windows color (decimal): -8598208 or 4246908. OLE color: 4246908.
HSL color Cylindrical-coordinate representation of color #7CCD40: hue angle of 94.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CCD40 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 64 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.20 |
| HSL | 94.47º | 0.59% | 0.53% | - |
| HSV(B) | 94.47º | 0.69% | 0.8% | - |
| XYZ | 31.07 | 48.32 | 12.54 | - |
| YUV | 164.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 64 | 0.40 | 0 | 0.69 | 0.20 | 94.47 | 0.59 | 0.53 |
| Hex | 7C | CD | 40 | 28 | 0 | 45 | 14 | 5E | 3B | 35 |
| Octal | 174 | 315 | 100 | 50 | 0 | 105 | 24 | 136 | 73 | 65 |
| Binary | 1111100 | 11001101 | 1000000 | 101000 | 0 | 1000101 | 10100 | 1011110 | 111011 | 110101 |
Color Harmonies of #7CCD40
Complementary color
Monochromatic Colors of #7CCD40
Black with #7CCD40
Text Example
Text Example
White with #7CCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD40; }
p { color: rgb(124,205,64); }
H1.HeaderClassName
{
color: #7CCD40;
}
.AnyTagClassName
{
color: #7CCD40;
}
</style>
background-color css
<style>
a { background-color: #7CCD40; }
a { background-color: rgb(124,205,64); }
div.DivClassName
{
background-color: #7CCD40;
}
.BgClassName
{
background-color: #7CCD40;
}
</style>
border-color css
<style>
span { border-color: #7CCD40; }
span { border-color: rgb(124,205,64); }
td.TdClassName
{
border-color: #7CCD40;
}
.TagClassName
{
border-color: #7CCD40;
}
</style>