Shades of Mantis #7CDD5B
Tints of Mantis #7CDD5B
RGB
CMYK
RGB Variations
Color information
#7CDD5B (or 0x7CDD5B) is known color: Mantis. HEX triplet: 7C, DD and 5B. RGB value is (124,221,91). Sum of RGB (Red+Green+Blue) = 124+221+91=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD5B is #8322A4. Grayscale: #B1B1B1. Windows color (decimal): -8594085 or 6020476. OLE color: 6020476.
HSL color Cylindrical-coordinate representation of color #7CDD5B: hue angle of 104.77º 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 #7CDD5B is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 91 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.13 |
| HSL | 104.77º | 0.66% | 0.61% | - |
| HSV(B) | 104.77º | 0.59% | 0.87% | - |
| XYZ | 36.06 | 56.75 | 18.95 | - |
| YUV | 177.18 | 79.36 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 91 | 0.44 | 0 | 0.59 | 0.13 | 104.77 | 0.66 | 0.61 |
| Hex | 7C | DD | 5B | 2C | 0 | 3B | D | 69 | 42 | 3D |
| Octal | 174 | 335 | 133 | 54 | 0 | 73 | 15 | 151 | 102 | 75 |
| Binary | 1111100 | 11011101 | 1011011 | 101100 | 0 | 111011 | 1101 | 1101001 | 1000010 | 111101 |
Color Harmonies of #7CDD5B
Complementary color
Monochromatic Colors of #7CDD5B
Black with #7CDD5B
Text Example
Text Example
White with #7CDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD5B; }
p { color: rgb(124,221,91); }
H1.HeaderClassName
{
color: #7CDD5B;
}
.AnyTagClassName
{
color: #7CDD5B;
}
</style>
background-color css
<style>
a { background-color: #7CDD5B; }
a { background-color: rgb(124,221,91); }
div.DivClassName
{
background-color: #7CDD5B;
}
.BgClassName
{
background-color: #7CDD5B;
}
</style>
border-color css
<style>
span { border-color: #7CDD5B; }
span { border-color: rgb(124,221,91); }
td.TdClassName
{
border-color: #7CDD5B;
}
.TagClassName
{
border-color: #7CDD5B;
}
</style>