Shades of Mantis #7CDD46
Tints of Mantis #7CDD46
RGB
CMYK
RGB Variations
Color information
#7CDD46 (or 0x7CDD46) is known color: Mantis. HEX triplet: 7C, DD and 46. RGB value is (124,221,70). Sum of RGB (Red+Green+Blue) = 124+221+70=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDD46 is #8322B9. Grayscale: #AFAFAF. Windows color (decimal): -8594106 or 4644220. OLE color: 4644220.
HSL color Cylindrical-coordinate representation of color #7CDD46: hue angle of 98.54º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CDD46 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 70 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.13 |
| HSL | 98.54º | 0.69% | 0.57% | - |
| HSV(B) | 98.54º | 0.68% | 0.87% | - |
| XYZ | 35.27 | 56.44 | 14.83 | - |
| YUV | 174.78 | 68.86 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 70 | 0.44 | 0 | 0.68 | 0.13 | 98.54 | 0.69 | 0.57 |
| Hex | 7C | DD | 46 | 2C | 0 | 44 | D | 63 | 45 | 39 |
| Octal | 174 | 335 | 106 | 54 | 0 | 104 | 15 | 143 | 105 | 71 |
| Binary | 1111100 | 11011101 | 1000110 | 101100 | 0 | 1000100 | 1101 | 1100011 | 1000101 | 111001 |
Color Harmonies of #7CDD46
Complementary color
Monochromatic Colors of #7CDD46
Black with #7CDD46
Text Example
Text Example
White with #7CDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD46; }
p { color: rgb(124,221,70); }
H1.HeaderClassName
{
color: #7CDD46;
}
.AnyTagClassName
{
color: #7CDD46;
}
</style>
background-color css
<style>
a { background-color: #7CDD46; }
a { background-color: rgb(124,221,70); }
div.DivClassName
{
background-color: #7CDD46;
}
.BgClassName
{
background-color: #7CDD46;
}
</style>
border-color css
<style>
span { border-color: #7CDD46; }
span { border-color: rgb(124,221,70); }
td.TdClassName
{
border-color: #7CDD46;
}
.TagClassName
{
border-color: #7CDD46;
}
</style>