Shades of Mantis #7DCE4E
Tints of Mantis #7DCE4E
RGB
CMYK
RGB Variations
Color information
#7DCE4E (or 0x7DCE4E) is known color: Mantis. HEX triplet: 7D, CE and 4E. RGB value is (125,206,78). Sum of RGB (Red+Green+Blue) = 125+206+78=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE4E is #8231B1. Grayscale: #A7A7A7. Windows color (decimal): -8532402 or 5164669. OLE color: 5164669.
HSL color Cylindrical-coordinate representation of color #7DCE4E: hue angle of 97.97º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DCE4E is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 78 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.19 |
| HSL | 97.97º | 0.57% | 0.56% | - |
| HSV(B) | 97.97º | 0.62% | 0.81% | - |
| XYZ | 31.9 | 49.05 | 14.99 | - |
| YUV | 167.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 78 | 0.39 | 0 | 0.62 | 0.19 | 97.97 | 0.57 | 0.56 |
| Hex | 7D | CE | 4E | 27 | 0 | 3E | 13 | 62 | 39 | 38 |
| Octal | 175 | 316 | 116 | 47 | 0 | 76 | 23 | 142 | 71 | 70 |
| Binary | 1111101 | 11001110 | 1001110 | 100111 | 0 | 111110 | 10011 | 1100010 | 111001 | 111000 |
Color Harmonies of #7DCE4E
Complementary color
Monochromatic Colors of #7DCE4E
Black with #7DCE4E
Text Example
Text Example
White with #7DCE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE4E; }
p { color: rgb(125,206,78); }
H1.HeaderClassName
{
color: #7DCE4E;
}
.AnyTagClassName
{
color: #7DCE4E;
}
</style>
background-color css
<style>
a { background-color: #7DCE4E; }
a { background-color: rgb(125,206,78); }
div.DivClassName
{
background-color: #7DCE4E;
}
.BgClassName
{
background-color: #7DCE4E;
}
</style>
border-color css
<style>
span { border-color: #7DCE4E; }
span { border-color: rgb(125,206,78); }
td.TdClassName
{
border-color: #7DCE4E;
}
.TagClassName
{
border-color: #7DCE4E;
}
</style>