Shades of Mantis #7CDA4F
Tints of Mantis #7CDA4F
RGB
CMYK
RGB Variations
Color information
#7CDA4F (or 0x7CDA4F) is known color: Mantis. HEX triplet: 7C, DA and 4F. RGB value is (124,218,79). Sum of RGB (Red+Green+Blue) = 124+218+79=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDA4F is #8325B0. Grayscale: #AEAEAE. Windows color (decimal): -8594865 or 5233276. OLE color: 5233276.
HSL color Cylindrical-coordinate representation of color #7CDA4F: hue angle of 100.58º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CDA4F is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 218 | 79 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.15 |
| HSL | 100.58º | 0.65% | 0.58% | - |
| HSV(B) | 100.58º | 0.64% | 0.85% | - |
| XYZ | 34.79 | 54.99 | 16.18 | - |
| YUV | 174.05 | 74.36 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 79 | 0.43 | 0 | 0.64 | 0.15 | 100.58 | 0.65 | 0.58 |
| Hex | 7C | DA | 4F | 2B | 0 | 40 | F | 65 | 41 | 3A |
| Octal | 174 | 332 | 117 | 53 | 0 | 100 | 17 | 145 | 101 | 72 |
| Binary | 1111100 | 11011010 | 1001111 | 101011 | 0 | 1000000 | 1111 | 1100101 | 1000001 | 111010 |
Color Harmonies of #7CDA4F
Complementary color
Monochromatic Colors of #7CDA4F
Black with #7CDA4F
Text Example
Text Example
White with #7CDA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDA4F; }
p { color: rgb(124,218,79); }
H1.HeaderClassName
{
color: #7CDA4F;
}
.AnyTagClassName
{
color: #7CDA4F;
}
</style>
background-color css
<style>
a { background-color: #7CDA4F; }
a { background-color: rgb(124,218,79); }
div.DivClassName
{
background-color: #7CDA4F;
}
.BgClassName
{
background-color: #7CDA4F;
}
</style>
border-color css
<style>
span { border-color: #7CDA4F; }
span { border-color: rgb(124,218,79); }
td.TdClassName
{
border-color: #7CDA4F;
}
.TagClassName
{
border-color: #7CDA4F;
}
</style>