Shades of Mantis #7DB74A
Tints of Mantis #7DB74A
RGB
CMYK
RGB Variations
Color information
#7DB74A (or 0x7DB74A) is known color: Mantis. HEX triplet: 7D, B7 and 4A. RGB value is (125,183,74). Sum of RGB (Red+Green+Blue) = 125+183+74=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB74A is #8248B5. Grayscale: #999999. Windows color (decimal): -8538294 or 4896637. OLE color: 4896637.
HSL color Cylindrical-coordinate representation of color #7DB74A: hue angle of 91.93º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DB74A is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 74 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.28 |
| HSL | 91.93º | 0.43% | 0.5% | - |
| HSV(B) | 91.93º | 0.6% | 0.72% | - |
| XYZ | 26.63 | 38.72 | 12.55 | - |
| YUV | 153.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 74 | 0.32 | 0 | 0.60 | 0.28 | 91.93 | 0.43 | 0.5 |
| Hex | 7D | B7 | 4A | 20 | 0 | 3C | 1C | 5C | 2B | 32 |
| Octal | 175 | 267 | 112 | 40 | 0 | 74 | 34 | 134 | 53 | 62 |
| Binary | 1111101 | 10110111 | 1001010 | 100000 | 0 | 111100 | 11100 | 1011100 | 101011 | 110010 |
Color Harmonies of #7DB74A
Complementary color
Monochromatic Colors of #7DB74A
Black with #7DB74A
Text Example
Text Example
White with #7DB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB74A; }
p { color: rgb(125,183,74); }
H1.HeaderClassName
{
color: #7DB74A;
}
.AnyTagClassName
{
color: #7DB74A;
}
</style>
background-color css
<style>
a { background-color: #7DB74A; }
a { background-color: rgb(125,183,74); }
div.DivClassName
{
background-color: #7DB74A;
}
.BgClassName
{
background-color: #7DB74A;
}
</style>
border-color css
<style>
span { border-color: #7DB74A; }
span { border-color: rgb(125,183,74); }
td.TdClassName
{
border-color: #7DB74A;
}
.TagClassName
{
border-color: #7DB74A;
}
</style>