Shades of Mantis #7DD246
Tints of Mantis #7DD246
RGB
CMYK
RGB Variations
Color information
#7DD246 (or 0x7DD246) is known color: Mantis. HEX triplet: 7D, D2 and 46. RGB value is (125,210,70). Sum of RGB (Red+Green+Blue) = 125+210+70=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD246 is #822DB9. Grayscale: #A9A9A9. Windows color (decimal): -8531386 or 4641405. OLE color: 4641405.
HSL color Cylindrical-coordinate representation of color #7DD246: hue angle of 96.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DD246 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 70 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.18 |
| HSL | 96.43º | 0.61% | 0.55% | - |
| HSV(B) | 96.43º | 0.67% | 0.82% | - |
| XYZ | 32.61 | 50.9 | 13.9 | - |
| YUV | 168.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 70 | 0.40 | 0 | 0.67 | 0.18 | 96.43 | 0.61 | 0.55 |
| Hex | 7D | D2 | 46 | 28 | 0 | 43 | 12 | 60 | 3D | 37 |
| Octal | 175 | 322 | 106 | 50 | 0 | 103 | 22 | 140 | 75 | 67 |
| Binary | 1111101 | 11010010 | 1000110 | 101000 | 0 | 1000011 | 10010 | 1100000 | 111101 | 110111 |
Color Harmonies of #7DD246
Complementary color
Monochromatic Colors of #7DD246
Black with #7DD246
Text Example
Text Example
White with #7DD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD246; }
p { color: rgb(125,210,70); }
H1.HeaderClassName
{
color: #7DD246;
}
.AnyTagClassName
{
color: #7DD246;
}
</style>
background-color css
<style>
a { background-color: #7DD246; }
a { background-color: rgb(125,210,70); }
div.DivClassName
{
background-color: #7DD246;
}
.BgClassName
{
background-color: #7DD246;
}
</style>
border-color css
<style>
span { border-color: #7DD246; }
span { border-color: rgb(125,210,70); }
td.TdClassName
{
border-color: #7DD246;
}
.TagClassName
{
border-color: #7DD246;
}
</style>