Shades of Mantis #7DBB4A
Tints of Mantis #7DBB4A
RGB
CMYK
RGB Variations
Color information
#7DBB4A (or 0x7DBB4A) is known color: Mantis. HEX triplet: 7D, BB and 4A. RGB value is (125,187,74). Sum of RGB (Red+Green+Blue) = 125+187+74=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB4A is #8244B5. Grayscale: #9B9B9B. Windows color (decimal): -8537270 or 4897661. OLE color: 4897661.
HSL color Cylindrical-coordinate representation of color #7DBB4A: hue angle of 92.92º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DBB4A is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 74 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.27 |
| HSL | 92.92º | 0.45% | 0.51% | - |
| HSV(B) | 92.92º | 0.6% | 0.73% | - |
| XYZ | 27.46 | 40.4 | 12.83 | - |
| YUV | 155.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 74 | 0.33 | 0 | 0.60 | 0.27 | 92.92 | 0.45 | 0.51 |
| Hex | 7D | BB | 4A | 21 | 0 | 3C | 1B | 5D | 2D | 33 |
| Octal | 175 | 273 | 112 | 41 | 0 | 74 | 33 | 135 | 55 | 63 |
| Binary | 1111101 | 10111011 | 1001010 | 100001 | 0 | 111100 | 11011 | 1011101 | 101101 | 110011 |
Color Harmonies of #7DBB4A
Complementary color
Monochromatic Colors of #7DBB4A
Black with #7DBB4A
Text Example
Text Example
White with #7DBB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB4A; }
p { color: rgb(125,187,74); }
H1.HeaderClassName
{
color: #7DBB4A;
}
.AnyTagClassName
{
color: #7DBB4A;
}
</style>
background-color css
<style>
a { background-color: #7DBB4A; }
a { background-color: rgb(125,187,74); }
div.DivClassName
{
background-color: #7DBB4A;
}
.BgClassName
{
background-color: #7DBB4A;
}
</style>
border-color css
<style>
span { border-color: #7DBB4A; }
span { border-color: rgb(125,187,74); }
td.TdClassName
{
border-color: #7DBB4A;
}
.TagClassName
{
border-color: #7DBB4A;
}
</style>