Shades of Mantis #7DD346
Tints of Mantis #7DD346
RGB
CMYK
RGB Variations
Color information
#7DD346 (or 0x7DD346) is known color: Mantis. HEX triplet: 7D, D3 and 46. RGB value is (125,211,70). Sum of RGB (Red+Green+Blue) = 125+211+70=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 211 (82.81% from 255 or 51.97% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD346 is #822CB9. Grayscale: #A9A9A9. Windows color (decimal): -8531130 or 4641661. OLE color: 4641661.
HSL color Cylindrical-coordinate representation of color #7DD346: hue angle of 96.6º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DD346 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 70 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.17 |
| HSL | 96.6º | 0.62% | 0.55% | - |
| HSV(B) | 96.6º | 0.67% | 0.83% | - |
| XYZ | 32.86 | 51.39 | 13.98 | - |
| YUV | 169.21 | 72.01 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 70 | 0.41 | 0 | 0.67 | 0.17 | 96.6 | 0.62 | 0.55 |
| Hex | 7D | D3 | 46 | 29 | 0 | 43 | 11 | 61 | 3E | 37 |
| Octal | 175 | 323 | 106 | 51 | 0 | 103 | 21 | 141 | 76 | 67 |
| Binary | 1111101 | 11010011 | 1000110 | 101001 | 0 | 1000011 | 10001 | 1100001 | 111110 | 110111 |
Color Harmonies of #7DD346
Complementary color
Monochromatic Colors of #7DD346
Black with #7DD346
Text Example
Text Example
White with #7DD346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD346; }
p { color: rgb(125,211,70); }
H1.HeaderClassName
{
color: #7DD346;
}
.AnyTagClassName
{
color: #7DD346;
}
</style>
background-color css
<style>
a { background-color: #7DD346; }
a { background-color: rgb(125,211,70); }
div.DivClassName
{
background-color: #7DD346;
}
.BgClassName
{
background-color: #7DD346;
}
</style>
border-color css
<style>
span { border-color: #7DD346; }
span { border-color: rgb(125,211,70); }
td.TdClassName
{
border-color: #7DD346;
}
.TagClassName
{
border-color: #7DD346;
}
</style>