Shades of Mantis #7CDD5A
Tints of Mantis #7CDD5A
RGB
CMYK
RGB Variations
Color information
#7CDD5A (or 0x7CDD5A) is known color: Mantis. HEX triplet: 7C, DD and 5A. RGB value is (124,221,90). Sum of RGB (Red+Green+Blue) = 124+221+90=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD5A is #8322A5. Grayscale: #B1B1B1. Windows color (decimal): -8594086 or 5954940. OLE color: 5954940.
HSL color Cylindrical-coordinate representation of color #7CDD5A: hue angle of 104.43º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CDD5A is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 90 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.13 |
| HSL | 104.43º | 0.66% | 0.61% | - |
| HSV(B) | 104.43º | 0.59% | 0.87% | - |
| XYZ | 36.01 | 56.74 | 18.73 | - |
| YUV | 177.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 90 | 0.44 | 0 | 0.59 | 0.13 | 104.43 | 0.66 | 0.61 |
| Hex | 7C | DD | 5A | 2C | 0 | 3B | D | 68 | 42 | 3D |
| Octal | 174 | 335 | 132 | 54 | 0 | 73 | 15 | 150 | 102 | 75 |
| Binary | 1111100 | 11011101 | 1011010 | 101100 | 0 | 111011 | 1101 | 1101000 | 1000010 | 111101 |
Color Harmonies of #7CDD5A
Complementary color
Monochromatic Colors of #7CDD5A
Black with #7CDD5A
Text Example
Text Example
White with #7CDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD5A; }
p { color: rgb(124,221,90); }
H1.HeaderClassName
{
color: #7CDD5A;
}
.AnyTagClassName
{
color: #7CDD5A;
}
</style>
background-color css
<style>
a { background-color: #7CDD5A; }
a { background-color: rgb(124,221,90); }
div.DivClassName
{
background-color: #7CDD5A;
}
.BgClassName
{
background-color: #7CDD5A;
}
</style>
border-color css
<style>
span { border-color: #7CDD5A; }
span { border-color: rgb(124,221,90); }
td.TdClassName
{
border-color: #7CDD5A;
}
.TagClassName
{
border-color: #7CDD5A;
}
</style>