Shades of Mantis #7DBA42
Tints of Mantis #7DBA42
RGB
CMYK
RGB Variations
Color information
#7DBA42 (or 0x7DBA42) is known color: Mantis. HEX triplet: 7D, BA and 42. RGB value is (125,186,66). Sum of RGB (Red+Green+Blue) = 125+186+66=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA42 is #8245BD. Grayscale: #9A9A9A. Windows color (decimal): -8537534 or 4373117. OLE color: 4373117.
HSL color Cylindrical-coordinate representation of color #7DBA42: hue angle of 90.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DBA42 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 66 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.27 |
| HSL | 90.5º | 0.48% | 0.49% | - |
| HSV(B) | 90.5º | 0.65% | 0.73% | - |
| XYZ | 27 | 39.87 | 11.43 | - |
| YUV | 154.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 66 | 0.33 | 0 | 0.65 | 0.27 | 90.5 | 0.48 | 0.49 |
| Hex | 7D | BA | 42 | 21 | 0 | 41 | 1B | 5A | 30 | 31 |
| Octal | 175 | 272 | 102 | 41 | 0 | 101 | 33 | 132 | 60 | 61 |
| Binary | 1111101 | 10111010 | 1000010 | 100001 | 0 | 1000001 | 11011 | 1011010 | 110000 | 110001 |
Color Harmonies of #7DBA42
Complementary color
Monochromatic Colors of #7DBA42
Black with #7DBA42
Text Example
Text Example
White with #7DBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA42; }
p { color: rgb(125,186,66); }
H1.HeaderClassName
{
color: #7DBA42;
}
.AnyTagClassName
{
color: #7DBA42;
}
</style>
background-color css
<style>
a { background-color: #7DBA42; }
a { background-color: rgb(125,186,66); }
div.DivClassName
{
background-color: #7DBA42;
}
.BgClassName
{
background-color: #7DBA42;
}
</style>
border-color css
<style>
span { border-color: #7DBA42; }
span { border-color: rgb(125,186,66); }
td.TdClassName
{
border-color: #7DBA42;
}
.TagClassName
{
border-color: #7DBA42;
}
</style>