Shades of Mantis #7DBD70
Tints of Mantis #7DBD70
RGB
CMYK
RGB Variations
Color information
#7DBD70 (or 0x7DBD70) is known color: Mantis. HEX triplet: 7D, BD and 70. RGB value is (125,189,112). Sum of RGB (Red+Green+Blue) = 125+189+112=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD70 is #82428F. Grayscale: #A1A1A1. Windows color (decimal): -8536720 or 7388541. OLE color: 7388541.
HSL color Cylindrical-coordinate representation of color #7DBD70: hue angle of 109.87º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DBD70 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 112 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.26 |
| HSL | 109.87º | 0.37% | 0.59% | - |
| HSV(B) | 109.87º | 0.41% | 0.74% | - |
| XYZ | 29.58 | 41.93 | 21.86 | - |
| YUV | 161.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 112 | 0.34 | 0 | 0.41 | 0.26 | 109.87 | 0.37 | 0.59 |
| Hex | 7D | BD | 70 | 22 | 0 | 29 | 1A | 6E | 25 | 3B |
| Octal | 175 | 275 | 160 | 42 | 0 | 51 | 32 | 156 | 45 | 73 |
| Binary | 1111101 | 10111101 | 1110000 | 100010 | 0 | 101001 | 11010 | 1101110 | 100101 | 111011 |
Color Harmonies of #7DBD70
Complementary color
Monochromatic Colors of #7DBD70
Black with #7DBD70
Text Example
Text Example
White with #7DBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD70; }
p { color: rgb(125,189,112); }
H1.HeaderClassName
{
color: #7DBD70;
}
.AnyTagClassName
{
color: #7DBD70;
}
</style>
background-color css
<style>
a { background-color: #7DBD70; }
a { background-color: rgb(125,189,112); }
div.DivClassName
{
background-color: #7DBD70;
}
.BgClassName
{
background-color: #7DBD70;
}
</style>
border-color css
<style>
span { border-color: #7DBD70; }
span { border-color: rgb(125,189,112); }
td.TdClassName
{
border-color: #7DBD70;
}
.TagClassName
{
border-color: #7DBD70;
}
</style>