Shades of Mantis #7CDD5F
Tints of Mantis #7CDD5F
RGB
CMYK
RGB Variations
Color information
#7CDD5F (or 0x7CDD5F) is known color: Mantis. HEX triplet: 7C, DD and 5F. RGB value is (124,221,95). Sum of RGB (Red+Green+Blue) = 124+221+95=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD5F is #8322A0. Grayscale: #B2B2B2. Windows color (decimal): -8594081 or 6282620. OLE color: 6282620.
HSL color Cylindrical-coordinate representation of color #7CDD5F: hue angle of 106.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CDD5F is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 95 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.13 |
| HSL | 106.19º | 0.65% | 0.62% | - |
| HSV(B) | 106.19º | 0.57% | 0.87% | - |
| XYZ | 36.23 | 56.82 | 19.88 | - |
| YUV | 177.63 | 81.36 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 95 | 0.44 | 0 | 0.57 | 0.13 | 106.19 | 0.65 | 0.62 |
| Hex | 7C | DD | 5F | 2C | 0 | 39 | D | 6A | 41 | 3E |
| Octal | 174 | 335 | 137 | 54 | 0 | 71 | 15 | 152 | 101 | 76 |
| Binary | 1111100 | 11011101 | 1011111 | 101100 | 0 | 111001 | 1101 | 1101010 | 1000001 | 111110 |
Color Harmonies of #7CDD5F
Complementary color
Monochromatic Colors of #7CDD5F
Black with #7CDD5F
Text Example
Text Example
White with #7CDD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD5F; }
p { color: rgb(124,221,95); }
H1.HeaderClassName
{
color: #7CDD5F;
}
.AnyTagClassName
{
color: #7CDD5F;
}
</style>
background-color css
<style>
a { background-color: #7CDD5F; }
a { background-color: rgb(124,221,95); }
div.DivClassName
{
background-color: #7CDD5F;
}
.BgClassName
{
background-color: #7CDD5F;
}
</style>
border-color css
<style>
span { border-color: #7CDD5F; }
span { border-color: rgb(124,221,95); }
td.TdClassName
{
border-color: #7CDD5F;
}
.TagClassName
{
border-color: #7CDD5F;
}
</style>