Shades of Mantis #7DD047
Tints of Mantis #7DD047
RGB
CMYK
RGB Variations
Color information
#7DD047 (or 0x7DD047) is known color: Mantis. HEX triplet: 7D, D0 and 47. RGB value is (125,208,71). Sum of RGB (Red+Green+Blue) = 125+208+71=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD047 is #822FB8. Grayscale: #A8A8A8. Windows color (decimal): -8531897 or 4706429. OLE color: 4706429.
HSL color Cylindrical-coordinate representation of color #7DD047: hue angle of 96.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DD047 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 71 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.18 |
| HSL | 96.35º | 0.59% | 0.55% | - |
| HSV(B) | 96.35º | 0.66% | 0.82% | - |
| XYZ | 32.15 | 49.93 | 13.9 | - |
| YUV | 167.57 | 73.5 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 71 | 0.40 | 0 | 0.66 | 0.18 | 96.35 | 0.59 | 0.55 |
| Hex | 7D | D0 | 47 | 28 | 0 | 42 | 12 | 60 | 3B | 37 |
| Octal | 175 | 320 | 107 | 50 | 0 | 102 | 22 | 140 | 73 | 67 |
| Binary | 1111101 | 11010000 | 1000111 | 101000 | 0 | 1000010 | 10010 | 1100000 | 111011 | 110111 |
Color Harmonies of #7DD047
Complementary color
Monochromatic Colors of #7DD047
Black with #7DD047
Text Example
Text Example
White with #7DD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD047; }
p { color: rgb(125,208,71); }
H1.HeaderClassName
{
color: #7DD047;
}
.AnyTagClassName
{
color: #7DD047;
}
</style>
background-color css
<style>
a { background-color: #7DD047; }
a { background-color: rgb(125,208,71); }
div.DivClassName
{
background-color: #7DD047;
}
.BgClassName
{
background-color: #7DD047;
}
</style>
border-color css
<style>
span { border-color: #7DD047; }
span { border-color: rgb(125,208,71); }
td.TdClassName
{
border-color: #7DD047;
}
.TagClassName
{
border-color: #7DD047;
}
</style>