Shades of Mantis #7DB75A
Tints of Mantis #7DB75A
RGB
CMYK
RGB Variations
Color information
#7DB75A (or 0x7DB75A) is known color: Mantis. HEX triplet: 7D, B7 and 5A. RGB value is (125,183,90). Sum of RGB (Red+Green+Blue) = 125+183+90=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB75A is #8248A5. Grayscale: #9B9B9B. Windows color (decimal): -8538278 or 5945213. OLE color: 5945213.
HSL color Cylindrical-coordinate representation of color #7DB75A: hue angle of 97.42º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DB75A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 90 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.28 |
| HSL | 97.42º | 0.39% | 0.54% | - |
| HSV(B) | 97.42º | 0.51% | 0.72% | - |
| XYZ | 27.24 | 38.97 | 15.76 | - |
| YUV | 155.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 90 | 0.32 | 0 | 0.51 | 0.28 | 97.42 | 0.39 | 0.54 |
| Hex | 7D | B7 | 5A | 20 | 0 | 33 | 1C | 61 | 27 | 36 |
| Octal | 175 | 267 | 132 | 40 | 0 | 63 | 34 | 141 | 47 | 66 |
| Binary | 1111101 | 10110111 | 1011010 | 100000 | 0 | 110011 | 11100 | 1100001 | 100111 | 110110 |
Color Harmonies of #7DB75A
Complementary color
Monochromatic Colors of #7DB75A
Black with #7DB75A
Text Example
Text Example
White with #7DB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB75A; }
p { color: rgb(125,183,90); }
H1.HeaderClassName
{
color: #7DB75A;
}
.AnyTagClassName
{
color: #7DB75A;
}
</style>
background-color css
<style>
a { background-color: #7DB75A; }
a { background-color: rgb(125,183,90); }
div.DivClassName
{
background-color: #7DB75A;
}
.BgClassName
{
background-color: #7DB75A;
}
</style>
border-color css
<style>
span { border-color: #7DB75A; }
span { border-color: rgb(125,183,90); }
td.TdClassName
{
border-color: #7DB75A;
}
.TagClassName
{
border-color: #7DB75A;
}
</style>