Shades of Mantis #7DD04A
Tints of Mantis #7DD04A
RGB
CMYK
RGB Variations
Color information
#7DD04A (or 0x7DD04A) is known color: Mantis. HEX triplet: 7D, D0 and 4A. RGB value is (125,208,74). Sum of RGB (Red+Green+Blue) = 125+208+74=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD04A is #822FB5. Grayscale: #A8A8A8. Windows color (decimal): -8531894 or 4903037. OLE color: 4903037.
HSL color Cylindrical-coordinate representation of color #7DD04A: hue angle of 97.16º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DD04A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 74 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.18 |
| HSL | 97.16º | 0.59% | 0.55% | - |
| HSV(B) | 97.16º | 0.64% | 0.82% | - |
| XYZ | 32.25 | 49.97 | 14.42 | - |
| YUV | 167.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 74 | 0.40 | 0 | 0.64 | 0.18 | 97.16 | 0.59 | 0.55 |
| Hex | 7D | D0 | 4A | 28 | 0 | 40 | 12 | 61 | 3B | 37 |
| Octal | 175 | 320 | 112 | 50 | 0 | 100 | 22 | 141 | 73 | 67 |
| Binary | 1111101 | 11010000 | 1001010 | 101000 | 0 | 1000000 | 10010 | 1100001 | 111011 | 110111 |
Color Harmonies of #7DD04A
Complementary color
Monochromatic Colors of #7DD04A
Black with #7DD04A
Text Example
Text Example
White with #7DD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD04A; }
p { color: rgb(125,208,74); }
H1.HeaderClassName
{
color: #7DD04A;
}
.AnyTagClassName
{
color: #7DD04A;
}
</style>
background-color css
<style>
a { background-color: #7DD04A; }
a { background-color: rgb(125,208,74); }
div.DivClassName
{
background-color: #7DD04A;
}
.BgClassName
{
background-color: #7DD04A;
}
</style>
border-color css
<style>
span { border-color: #7DD04A; }
span { border-color: rgb(125,208,74); }
td.TdClassName
{
border-color: #7DD04A;
}
.TagClassName
{
border-color: #7DD04A;
}
</style>