Shades of Mantis #7DCA4E
Tints of Mantis #7DCA4E
RGB
CMYK
RGB Variations
Color information
#7DCA4E (or 0x7DCA4E) is known color: Mantis. HEX triplet: 7D, CA and 4E. RGB value is (125,202,78). Sum of RGB (Red+Green+Blue) = 125+202+78=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA4E is #8235B1. Grayscale: #A5A5A5. Windows color (decimal): -8533426 or 5163645. OLE color: 5163645.
HSL color Cylindrical-coordinate representation of color #7DCA4E: hue angle of 97.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DCA4E is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 78 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.21 |
| HSL | 97.26º | 0.54% | 0.55% | - |
| HSV(B) | 97.26º | 0.61% | 0.79% | - |
| XYZ | 30.95 | 47.15 | 14.68 | - |
| YUV | 164.84 | 78.99 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 78 | 0.38 | 0 | 0.61 | 0.21 | 97.26 | 0.54 | 0.55 |
| Hex | 7D | CA | 4E | 26 | 0 | 3D | 15 | 61 | 36 | 37 |
| Octal | 175 | 312 | 116 | 46 | 0 | 75 | 25 | 141 | 66 | 67 |
| Binary | 1111101 | 11001010 | 1001110 | 100110 | 0 | 111101 | 10101 | 1100001 | 110110 | 110111 |
Color Harmonies of #7DCA4E
Complementary color
Monochromatic Colors of #7DCA4E
Black with #7DCA4E
Text Example
Text Example
White with #7DCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCA4E; }
p { color: rgb(125,202,78); }
H1.HeaderClassName
{
color: #7DCA4E;
}
.AnyTagClassName
{
color: #7DCA4E;
}
</style>
background-color css
<style>
a { background-color: #7DCA4E; }
a { background-color: rgb(125,202,78); }
div.DivClassName
{
background-color: #7DCA4E;
}
.BgClassName
{
background-color: #7DCA4E;
}
</style>
border-color css
<style>
span { border-color: #7DCA4E; }
span { border-color: rgb(125,202,78); }
td.TdClassName
{
border-color: #7DCA4E;
}
.TagClassName
{
border-color: #7DCA4E;
}
</style>