Shades of Mantis #7DB845
Tints of Mantis #7DB845
RGB
CMYK
RGB Variations
Color information
#7DB845 (or 0x7DB845) is known color: Mantis. HEX triplet: 7D, B8 and 45. RGB value is (125,184,69). Sum of RGB (Red+Green+Blue) = 125+184+69=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB845 is #8247BA. Grayscale: #999999. Windows color (decimal): -8538043 or 4569213. OLE color: 4569213.
HSL color Cylindrical-coordinate representation of color #7DB845: hue angle of 90.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DB845 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 69 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.28 |
| HSL | 90.78º | 0.45% | 0.5% | - |
| HSV(B) | 90.78º | 0.63% | 0.72% | - |
| XYZ | 26.67 | 39.07 | 11.77 | - |
| YUV | 153.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 69 | 0.32 | 0 | 0.62 | 0.28 | 90.78 | 0.45 | 0.5 |
| Hex | 7D | B8 | 45 | 20 | 0 | 3E | 1C | 5B | 2D | 32 |
| Octal | 175 | 270 | 105 | 40 | 0 | 76 | 34 | 133 | 55 | 62 |
| Binary | 1111101 | 10111000 | 1000101 | 100000 | 0 | 111110 | 11100 | 1011011 | 101101 | 110010 |
Color Harmonies of #7DB845
Complementary color
Monochromatic Colors of #7DB845
Black with #7DB845
Text Example
Text Example
White with #7DB845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB845; }
p { color: rgb(125,184,69); }
H1.HeaderClassName
{
color: #7DB845;
}
.AnyTagClassName
{
color: #7DB845;
}
</style>
background-color css
<style>
a { background-color: #7DB845; }
a { background-color: rgb(125,184,69); }
div.DivClassName
{
background-color: #7DB845;
}
.BgClassName
{
background-color: #7DB845;
}
</style>
border-color css
<style>
span { border-color: #7DB845; }
span { border-color: rgb(125,184,69); }
td.TdClassName
{
border-color: #7DB845;
}
.TagClassName
{
border-color: #7DB845;
}
</style>