Shades of Mantis #7DB85F
Tints of Mantis #7DB85F
RGB
CMYK
RGB Variations
Color information
#7DB85F (or 0x7DB85F) is known color: Mantis. HEX triplet: 7D, B8 and 5F. RGB value is (125,184,95). Sum of RGB (Red+Green+Blue) = 125+184+95=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB85F is #8247A0. Grayscale: #9C9C9C. Windows color (decimal): -8538017 or 6273149. OLE color: 6273149.
HSL color Cylindrical-coordinate representation of color #7DB85F: hue angle of 99.78º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB85F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 95 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.28 |
| HSL | 99.78º | 0.39% | 0.55% | - |
| HSV(B) | 99.78º | 0.48% | 0.72% | - |
| XYZ | 27.66 | 39.47 | 16.99 | - |
| YUV | 156.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 95 | 0.32 | 0 | 0.48 | 0.28 | 99.78 | 0.39 | 0.55 |
| Hex | 7D | B8 | 5F | 20 | 0 | 30 | 1C | 64 | 27 | 37 |
| Octal | 175 | 270 | 137 | 40 | 0 | 60 | 34 | 144 | 47 | 67 |
| Binary | 1111101 | 10111000 | 1011111 | 100000 | 0 | 110000 | 11100 | 1100100 | 100111 | 110111 |
Color Harmonies of #7DB85F
Complementary color
Monochromatic Colors of #7DB85F
Black with #7DB85F
Text Example
Text Example
White with #7DB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB85F; }
p { color: rgb(125,184,95); }
H1.HeaderClassName
{
color: #7DB85F;
}
.AnyTagClassName
{
color: #7DB85F;
}
</style>
background-color css
<style>
a { background-color: #7DB85F; }
a { background-color: rgb(125,184,95); }
div.DivClassName
{
background-color: #7DB85F;
}
.BgClassName
{
background-color: #7DB85F;
}
</style>
border-color css
<style>
span { border-color: #7DB85F; }
span { border-color: rgb(125,184,95); }
td.TdClassName
{
border-color: #7DB85F;
}
.TagClassName
{
border-color: #7DB85F;
}
</style>