Shades of Mantis #7CDD4F
Tints of Mantis #7CDD4F
RGB
CMYK
RGB Variations
Color information
#7CDD4F (or 0x7CDD4F) is known color: Mantis. HEX triplet: 7C, DD and 4F. RGB value is (124,221,79). Sum of RGB (Red+Green+Blue) = 124+221+79=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD4F is #8322B0. Grayscale: #B0B0B0. Windows color (decimal): -8594097 or 5234044. OLE color: 5234044.
HSL color Cylindrical-coordinate representation of color #7CDD4F: hue angle of 100.99º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CDD4F is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 79 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.13 |
| HSL | 100.99º | 0.68% | 0.59% | - |
| HSV(B) | 100.99º | 0.64% | 0.87% | - |
| XYZ | 35.58 | 56.56 | 16.44 | - |
| YUV | 175.81 | 73.36 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 79 | 0.44 | 0 | 0.64 | 0.13 | 100.99 | 0.68 | 0.59 |
| Hex | 7C | DD | 4F | 2C | 0 | 40 | D | 65 | 44 | 3B |
| Octal | 174 | 335 | 117 | 54 | 0 | 100 | 15 | 145 | 104 | 73 |
| Binary | 1111100 | 11011101 | 1001111 | 101100 | 0 | 1000000 | 1101 | 1100101 | 1000100 | 111011 |
Color Harmonies of #7CDD4F
Complementary color
Monochromatic Colors of #7CDD4F
Black with #7CDD4F
Text Example
Text Example
White with #7CDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD4F; }
p { color: rgb(124,221,79); }
H1.HeaderClassName
{
color: #7CDD4F;
}
.AnyTagClassName
{
color: #7CDD4F;
}
</style>
background-color css
<style>
a { background-color: #7CDD4F; }
a { background-color: rgb(124,221,79); }
div.DivClassName
{
background-color: #7CDD4F;
}
.BgClassName
{
background-color: #7CDD4F;
}
</style>
border-color css
<style>
span { border-color: #7CDD4F; }
span { border-color: rgb(124,221,79); }
td.TdClassName
{
border-color: #7CDD4F;
}
.TagClassName
{
border-color: #7CDD4F;
}
</style>