Shades of Mantis #7DBA4B
Tints of Mantis #7DBA4B
RGB
CMYK
RGB Variations
Color information
#7DBA4B (or 0x7DBA4B) is known color: Mantis. HEX triplet: 7D, BA and 4B. RGB value is (125,186,75). Sum of RGB (Red+Green+Blue) = 125+186+75=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA4B is #8245B4. Grayscale: #9B9B9B. Windows color (decimal): -8537525 or 4962941. OLE color: 4962941.
HSL color Cylindrical-coordinate representation of color #7DBA4B: hue angle of 92.97º 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 #7DBA4B is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 75 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.27 |
| HSL | 92.97º | 0.45% | 0.51% | - |
| HSV(B) | 92.97º | 0.6% | 0.73% | - |
| XYZ | 27.29 | 39.99 | 12.94 | - |
| YUV | 155.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 75 | 0.33 | 0 | 0.60 | 0.27 | 92.97 | 0.45 | 0.51 |
| Hex | 7D | BA | 4B | 21 | 0 | 3C | 1B | 5D | 2D | 33 |
| Octal | 175 | 272 | 113 | 41 | 0 | 74 | 33 | 135 | 55 | 63 |
| Binary | 1111101 | 10111010 | 1001011 | 100001 | 0 | 111100 | 11011 | 1011101 | 101101 | 110011 |
Color Harmonies of #7DBA4B
Complementary color
Monochromatic Colors of #7DBA4B
Black with #7DBA4B
Text Example
Text Example
White with #7DBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA4B; }
p { color: rgb(125,186,75); }
H1.HeaderClassName
{
color: #7DBA4B;
}
.AnyTagClassName
{
color: #7DBA4B;
}
</style>
background-color css
<style>
a { background-color: #7DBA4B; }
a { background-color: rgb(125,186,75); }
div.DivClassName
{
background-color: #7DBA4B;
}
.BgClassName
{
background-color: #7DBA4B;
}
</style>
border-color css
<style>
span { border-color: #7DBA4B; }
span { border-color: rgb(125,186,75); }
td.TdClassName
{
border-color: #7DBA4B;
}
.TagClassName
{
border-color: #7DBA4B;
}
</style>