Shades of Mantis #7DB853
Tints of Mantis #7DB853
RGB
CMYK
RGB Variations
Color information
#7DB853 (or 0x7DB853) is known color: Mantis. HEX triplet: 7D, B8 and 53. RGB value is (125,184,83). Sum of RGB (Red+Green+Blue) = 125+184+83=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB853 is #8247AC. Grayscale: #9B9B9B. Windows color (decimal): -8538029 or 5486717. OLE color: 5486717.
HSL color Cylindrical-coordinate representation of color #7DB853: hue angle of 95.05º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DB853 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 83 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.28 |
| HSL | 95.05º | 0.42% | 0.52% | - |
| HSV(B) | 95.05º | 0.55% | 0.72% | - |
| XYZ | 27.16 | 39.27 | 14.33 | - |
| YUV | 154.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 83 | 0.32 | 0 | 0.55 | 0.28 | 95.05 | 0.42 | 0.52 |
| Hex | 7D | B8 | 53 | 20 | 0 | 37 | 1C | 5F | 2A | 34 |
| Octal | 175 | 270 | 123 | 40 | 0 | 67 | 34 | 137 | 52 | 64 |
| Binary | 1111101 | 10111000 | 1010011 | 100000 | 0 | 110111 | 11100 | 1011111 | 101010 | 110100 |
Color Harmonies of #7DB853
Complementary color
Monochromatic Colors of #7DB853
Black with #7DB853
Text Example
Text Example
White with #7DB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB853; }
p { color: rgb(125,184,83); }
H1.HeaderClassName
{
color: #7DB853;
}
.AnyTagClassName
{
color: #7DB853;
}
</style>
background-color css
<style>
a { background-color: #7DB853; }
a { background-color: rgb(125,184,83); }
div.DivClassName
{
background-color: #7DB853;
}
.BgClassName
{
background-color: #7DB853;
}
</style>
border-color css
<style>
span { border-color: #7DB853; }
span { border-color: rgb(125,184,83); }
td.TdClassName
{
border-color: #7DB853;
}
.TagClassName
{
border-color: #7DB853;
}
</style>