Shades of Mantis #7DDF4E
Tints of Mantis #7DDF4E
RGB
CMYK
RGB Variations
Color information
#7DDF4E (or 0x7DDF4E) is known color: Mantis. HEX triplet: 7D, DF and 4E. RGB value is (125,223,78). Sum of RGB (Red+Green+Blue) = 125+223+78=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDF4E is #8220B1. Grayscale: #B1B1B1. Windows color (decimal): -8528050 or 5169021. OLE color: 5169021.
HSL color Cylindrical-coordinate representation of color #7DDF4E: hue angle of 100.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DDF4E is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 78 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.13 |
| HSL | 100.55º | 0.69% | 0.59% | - |
| HSV(B) | 100.55º | 0.65% | 0.87% | - |
| XYZ | 36.22 | 57.69 | 16.43 | - |
| YUV | 177.17 | 72.03 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 78 | 0.44 | 0 | 0.65 | 0.13 | 100.55 | 0.69 | 0.59 |
| Hex | 7D | DF | 4E | 2C | 0 | 41 | D | 65 | 45 | 3B |
| Octal | 175 | 337 | 116 | 54 | 0 | 101 | 15 | 145 | 105 | 73 |
| Binary | 1111101 | 11011111 | 1001110 | 101100 | 0 | 1000001 | 1101 | 1100101 | 1000101 | 111011 |
Color Harmonies of #7DDF4E
Complementary color
Monochromatic Colors of #7DDF4E
Black with #7DDF4E
Text Example
Text Example
White with #7DDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF4E; }
p { color: rgb(125,223,78); }
H1.HeaderClassName
{
color: #7DDF4E;
}
.AnyTagClassName
{
color: #7DDF4E;
}
</style>
background-color css
<style>
a { background-color: #7DDF4E; }
a { background-color: rgb(125,223,78); }
div.DivClassName
{
background-color: #7DDF4E;
}
.BgClassName
{
background-color: #7DDF4E;
}
</style>
border-color css
<style>
span { border-color: #7DDF4E; }
span { border-color: rgb(125,223,78); }
td.TdClassName
{
border-color: #7DDF4E;
}
.TagClassName
{
border-color: #7DDF4E;
}
</style>