Shades of Mantis #7CDD5E
Tints of Mantis #7CDD5E
RGB
CMYK
RGB Variations
Color information
#7CDD5E (or 0x7CDD5E) is known color: Mantis. HEX triplet: 7C, DD and 5E. RGB value is (124,221,94). Sum of RGB (Red+Green+Blue) = 124+221+94=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD5E is #8322A1. Grayscale: #B1B1B1. Windows color (decimal): -8594082 or 6217084. OLE color: 6217084.
HSL color Cylindrical-coordinate representation of color #7CDD5E: hue angle of 105.83º 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 #7CDD5E is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
RGB | 124 | 221 | 94 | - |
CMYK | 0.44 | 0 | 0.57 | 0.13 |
HSL | 105.83º | 0.65% | 0.62% | - |
HSV(B) | 105.83º | 0.57% | 0.87% | - |
XYZ | 36.19 | 56.81 | 19.65 | - |
YUV | 177.52 | 80.86 | 89.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 221 | 94 | 0.44 | 0 | 0.57 | 0.13 | 105.83 | 0.65 | 0.62 |
Hex | 7C | DD | 5E | 2C | 0 | 39 | D | 6A | 41 | 3E |
Octal | 174 | 335 | 136 | 54 | 0 | 71 | 15 | 152 | 101 | 76 |
Binary | 1111100 | 11011101 | 1011110 | 101100 | 0 | 111001 | 1101 | 1101010 | 1000001 | 111110 |
Color Harmonies of #7CDD5E
Complementary color
Monochromatic Colors of #7CDD5E
Black with #7CDD5E
Text Example
Text Example
White with #7CDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD5E; }
p { color: rgb(124,221,94); }
H1.HeaderClassName
{
color: #7CDD5E;
}
.AnyTagClassName
{
color: #7CDD5E;
}
</style>
background-color css
<style>
a { background-color: #7CDD5E; }
a { background-color: rgb(124,221,94); }
div.DivClassName
{
background-color: #7CDD5E;
}
.BgClassName
{
background-color: #7CDD5E;
}
</style>
border-color css
<style>
span { border-color: #7CDD5E; }
span { border-color: rgb(124,221,94); }
td.TdClassName
{
border-color: #7CDD5E;
}
.TagClassName
{
border-color: #7CDD5E;
}
</style>