Shades of Mantis #7DBC4A
Tints of Mantis #7DBC4A
RGB
CMYK
RGB Variations
Color information
#7DBC4A (or 0x7DBC4A) is known color: Mantis. HEX triplet: 7D, BC and 4A. RGB value is (125,188,74). Sum of RGB (Red+Green+Blue) = 125+188+74=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBC4A is #8243B5. Grayscale: #9C9C9C. Windows color (decimal): -8537014 or 4897917. OLE color: 4897917.
HSL color Cylindrical-coordinate representation of color #7DBC4A: hue angle of 93.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DBC4A is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 74 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.26 |
| HSL | 93.16º | 0.46% | 0.51% | - |
| HSV(B) | 93.16º | 0.61% | 0.74% | - |
| XYZ | 27.68 | 40.82 | 12.9 | - |
| YUV | 156.17 | 81.63 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 74 | 0.34 | 0 | 0.61 | 0.26 | 93.16 | 0.46 | 0.51 |
| Hex | 7D | BC | 4A | 22 | 0 | 3D | 1A | 5D | 2E | 33 |
| Octal | 175 | 274 | 112 | 42 | 0 | 75 | 32 | 135 | 56 | 63 |
| Binary | 1111101 | 10111100 | 1001010 | 100010 | 0 | 111101 | 11010 | 1011101 | 101110 | 110011 |
Color Harmonies of #7DBC4A
Complementary color
Monochromatic Colors of #7DBC4A
Black with #7DBC4A
Text Example
Text Example
White with #7DBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC4A; }
p { color: rgb(125,188,74); }
H1.HeaderClassName
{
color: #7DBC4A;
}
.AnyTagClassName
{
color: #7DBC4A;
}
</style>
background-color css
<style>
a { background-color: #7DBC4A; }
a { background-color: rgb(125,188,74); }
div.DivClassName
{
background-color: #7DBC4A;
}
.BgClassName
{
background-color: #7DBC4A;
}
</style>
border-color css
<style>
span { border-color: #7DBC4A; }
span { border-color: rgb(125,188,74); }
td.TdClassName
{
border-color: #7DBC4A;
}
.TagClassName
{
border-color: #7DBC4A;
}
</style>