Shades of Mantis #7DBB43
Tints of Mantis #7DBB43
RGB
CMYK
RGB Variations
Color information
#7DBB43 (or 0x7DBB43) is known color: Mantis. HEX triplet: 7D, BB and 43. RGB value is (125,187,67). Sum of RGB (Red+Green+Blue) = 125+187+67=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB43 is #8244BC. Grayscale: #9B9B9B. Windows color (decimal): -8537277 or 4438909. OLE color: 4438909.
HSL color Cylindrical-coordinate representation of color #7DBB43: hue angle of 91º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DBB43 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 67 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.27 |
| HSL | 91º | 0.47% | 0.5% | - |
| HSV(B) | 91º | 0.64% | 0.73% | - |
| XYZ | 27.24 | 40.31 | 11.65 | - |
| YUV | 154.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 67 | 0.33 | 0 | 0.64 | 0.27 | 91 | 0.47 | 0.5 |
| Hex | 7D | BB | 43 | 21 | 0 | 40 | 1B | 5B | 2F | 32 |
| Octal | 175 | 273 | 103 | 41 | 0 | 100 | 33 | 133 | 57 | 62 |
| Binary | 1111101 | 10111011 | 1000011 | 100001 | 0 | 1000000 | 11011 | 1011011 | 101111 | 110010 |
Color Harmonies of #7DBB43
Complementary color
Monochromatic Colors of #7DBB43
Black with #7DBB43
Text Example
Text Example
White with #7DBB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB43; }
p { color: rgb(125,187,67); }
H1.HeaderClassName
{
color: #7DBB43;
}
.AnyTagClassName
{
color: #7DBB43;
}
</style>
background-color css
<style>
a { background-color: #7DBB43; }
a { background-color: rgb(125,187,67); }
div.DivClassName
{
background-color: #7DBB43;
}
.BgClassName
{
background-color: #7DBB43;
}
</style>
border-color css
<style>
span { border-color: #7DBB43; }
span { border-color: rgb(125,187,67); }
td.TdClassName
{
border-color: #7DBB43;
}
.TagClassName
{
border-color: #7DBB43;
}
</style>