Shades of Mantis #7DBD64
Tints of Mantis #7DBD64
RGB
CMYK
RGB Variations
Color information
#7DBD64 (or 0x7DBD64) is known color: Mantis. HEX triplet: 7D, BD and 64. RGB value is (125,189,100). Sum of RGB (Red+Green+Blue) = 125+189+100=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD64 is #82429B. Grayscale: #A0A0A0. Windows color (decimal): -8536732 or 6602109. OLE color: 6602109.
HSL color Cylindrical-coordinate representation of color #7DBD64: hue angle of 103.15º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBD64 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 100 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.26 |
| HSL | 103.15º | 0.4% | 0.57% | - |
| HSV(B) | 103.15º | 0.47% | 0.74% | - |
| XYZ | 28.96 | 41.68 | 18.57 | - |
| YUV | 159.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 100 | 0.34 | 0 | 0.47 | 0.26 | 103.15 | 0.4 | 0.57 |
| Hex | 7D | BD | 64 | 22 | 0 | 2F | 1A | 67 | 28 | 39 |
| Octal | 175 | 275 | 144 | 42 | 0 | 57 | 32 | 147 | 50 | 71 |
| Binary | 1111101 | 10111101 | 1100100 | 100010 | 0 | 101111 | 11010 | 1100111 | 101000 | 111001 |
Color Harmonies of #7DBD64
Complementary color
Monochromatic Colors of #7DBD64
Black with #7DBD64
Text Example
Text Example
White with #7DBD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD64; }
p { color: rgb(125,189,100); }
H1.HeaderClassName
{
color: #7DBD64;
}
.AnyTagClassName
{
color: #7DBD64;
}
</style>
background-color css
<style>
a { background-color: #7DBD64; }
a { background-color: rgb(125,189,100); }
div.DivClassName
{
background-color: #7DBD64;
}
.BgClassName
{
background-color: #7DBD64;
}
</style>
border-color css
<style>
span { border-color: #7DBD64; }
span { border-color: rgb(125,189,100); }
td.TdClassName
{
border-color: #7DBD64;
}
.TagClassName
{
border-color: #7DBD64;
}
</style>