Shades of Mantis #7DB85E
Tints of Mantis #7DB85E
RGB
CMYK
RGB Variations
Color information
#7DB85E (or 0x7DB85E) is known color: Mantis. HEX triplet: 7D, B8 and 5E. RGB value is (125,184,94). Sum of RGB (Red+Green+Blue) = 125+184+94=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB85E is #8247A1. Grayscale: #9C9C9C. Windows color (decimal): -8538018 or 6207613. OLE color: 6207613.
HSL color Cylindrical-coordinate representation of color #7DB85E: hue angle of 99.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DB85E is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 94 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.28 |
| HSL | 99.33º | 0.39% | 0.55% | - |
| HSV(B) | 99.33º | 0.49% | 0.72% | - |
| XYZ | 27.62 | 39.45 | 16.75 | - |
| YUV | 156.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 94 | 0.32 | 0 | 0.49 | 0.28 | 99.33 | 0.39 | 0.55 |
| Hex | 7D | B8 | 5E | 20 | 0 | 31 | 1C | 63 | 27 | 37 |
| Octal | 175 | 270 | 136 | 40 | 0 | 61 | 34 | 143 | 47 | 67 |
| Binary | 1111101 | 10111000 | 1011110 | 100000 | 0 | 110001 | 11100 | 1100011 | 100111 | 110111 |
Color Harmonies of #7DB85E
Complementary color
Monochromatic Colors of #7DB85E
Black with #7DB85E
Text Example
Text Example
White with #7DB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB85E; }
p { color: rgb(125,184,94); }
H1.HeaderClassName
{
color: #7DB85E;
}
.AnyTagClassName
{
color: #7DB85E;
}
</style>
background-color css
<style>
a { background-color: #7DB85E; }
a { background-color: rgb(125,184,94); }
div.DivClassName
{
background-color: #7DB85E;
}
.BgClassName
{
background-color: #7DB85E;
}
</style>
border-color css
<style>
span { border-color: #7DB85E; }
span { border-color: rgb(125,184,94); }
td.TdClassName
{
border-color: #7DB85E;
}
.TagClassName
{
border-color: #7DB85E;
}
</style>