Shades of Mantis #7DCE46
Tints of Mantis #7DCE46
RGB
CMYK
RGB Variations
Color information
#7DCE46 (or 0x7DCE46) is known color: Mantis. HEX triplet: 7D, CE and 46. RGB value is (125,206,70). Sum of RGB (Red+Green+Blue) = 125+206+70=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE46 is #8231B9. Grayscale: #A6A6A6. Windows color (decimal): -8532410 or 4640381. OLE color: 4640381.
HSL color Cylindrical-coordinate representation of color #7DCE46: hue angle of 95.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DCE46 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 70 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.19 |
| HSL | 95.74º | 0.58% | 0.54% | - |
| HSV(B) | 95.74º | 0.66% | 0.81% | - |
| XYZ | 31.63 | 48.94 | 13.57 | - |
| YUV | 166.28 | 73.66 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 70 | 0.39 | 0 | 0.66 | 0.19 | 95.74 | 0.58 | 0.54 |
| Hex | 7D | CE | 46 | 27 | 0 | 42 | 13 | 60 | 3A | 36 |
| Octal | 175 | 316 | 106 | 47 | 0 | 102 | 23 | 140 | 72 | 66 |
| Binary | 1111101 | 11001110 | 1000110 | 100111 | 0 | 1000010 | 10011 | 1100000 | 111010 | 110110 |
Color Harmonies of #7DCE46
Complementary color
Monochromatic Colors of #7DCE46
Black with #7DCE46
Text Example
Text Example
White with #7DCE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE46; }
p { color: rgb(125,206,70); }
H1.HeaderClassName
{
color: #7DCE46;
}
.AnyTagClassName
{
color: #7DCE46;
}
</style>
background-color css
<style>
a { background-color: #7DCE46; }
a { background-color: rgb(125,206,70); }
div.DivClassName
{
background-color: #7DCE46;
}
.BgClassName
{
background-color: #7DCE46;
}
</style>
border-color css
<style>
span { border-color: #7DCE46; }
span { border-color: rgb(125,206,70); }
td.TdClassName
{
border-color: #7DCE46;
}
.TagClassName
{
border-color: #7DCE46;
}
</style>