Shades of Mantis #7DB956
Tints of Mantis #7DB956
RGB
CMYK
RGB Variations
Color information
#7DB956 (or 0x7DB956) is known color: Mantis. HEX triplet: 7D, B9 and 56. RGB value is (125,185,86). Sum of RGB (Red+Green+Blue) = 125+185+86=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB956 is #8246A9. Grayscale: #9C9C9C. Windows color (decimal): -8537770 or 5683581. OLE color: 5683581.
HSL color Cylindrical-coordinate representation of color #7DB956: hue angle of 96.36º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DB956 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 86 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.27 |
| HSL | 96.36º | 0.41% | 0.53% | - |
| HSV(B) | 96.36º | 0.54% | 0.73% | - |
| XYZ | 27.49 | 39.73 | 15.02 | - |
| YUV | 155.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 86 | 0.32 | 0 | 0.54 | 0.27 | 96.36 | 0.41 | 0.53 |
| Hex | 7D | B9 | 56 | 20 | 0 | 36 | 1B | 60 | 29 | 35 |
| Octal | 175 | 271 | 126 | 40 | 0 | 66 | 33 | 140 | 51 | 65 |
| Binary | 1111101 | 10111001 | 1010110 | 100000 | 0 | 110110 | 11011 | 1100000 | 101001 | 110101 |
Color Harmonies of #7DB956
Complementary color
Monochromatic Colors of #7DB956
Black with #7DB956
Text Example
Text Example
White with #7DB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB956; }
p { color: rgb(125,185,86); }
H1.HeaderClassName
{
color: #7DB956;
}
.AnyTagClassName
{
color: #7DB956;
}
</style>
background-color css
<style>
a { background-color: #7DB956; }
a { background-color: rgb(125,185,86); }
div.DivClassName
{
background-color: #7DB956;
}
.BgClassName
{
background-color: #7DB956;
}
</style>
border-color css
<style>
span { border-color: #7DB956; }
span { border-color: rgb(125,185,86); }
td.TdClassName
{
border-color: #7DB956;
}
.TagClassName
{
border-color: #7DB956;
}
</style>