Shades of Mantis #7DB85D
Tints of Mantis #7DB85D
RGB
CMYK
RGB Variations
Color information
#7DB85D (or 0x7DB85D) is known color: Mantis. HEX triplet: 7D, B8 and 5D. RGB value is (125,184,93). Sum of RGB (Red+Green+Blue) = 125+184+93=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB85D is #8247A2. Grayscale: #9C9C9C. Windows color (decimal): -8538019 or 6142077. OLE color: 6142077.
HSL color Cylindrical-coordinate representation of color #7DB85D: hue angle of 98.9º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DB85D is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 93 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.28 |
| HSL | 98.9º | 0.39% | 0.54% | - |
| HSV(B) | 98.9º | 0.49% | 0.72% | - |
| XYZ | 27.57 | 39.43 | 16.51 | - |
| YUV | 155.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 93 | 0.32 | 0 | 0.49 | 0.28 | 98.9 | 0.39 | 0.54 |
| Hex | 7D | B8 | 5D | 20 | 0 | 31 | 1C | 63 | 27 | 36 |
| Octal | 175 | 270 | 135 | 40 | 0 | 61 | 34 | 143 | 47 | 66 |
| Binary | 1111101 | 10111000 | 1011101 | 100000 | 0 | 110001 | 11100 | 1100011 | 100111 | 110110 |
Color Harmonies of #7DB85D
Complementary color
Monochromatic Colors of #7DB85D
Black with #7DB85D
Text Example
Text Example
White with #7DB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB85D; }
p { color: rgb(125,184,93); }
H1.HeaderClassName
{
color: #7DB85D;
}
.AnyTagClassName
{
color: #7DB85D;
}
</style>
background-color css
<style>
a { background-color: #7DB85D; }
a { background-color: rgb(125,184,93); }
div.DivClassName
{
background-color: #7DB85D;
}
.BgClassName
{
background-color: #7DB85D;
}
</style>
border-color css
<style>
span { border-color: #7DB85D; }
span { border-color: rgb(125,184,93); }
td.TdClassName
{
border-color: #7DB85D;
}
.TagClassName
{
border-color: #7DB85D;
}
</style>