Shades of Mantis #7DB455
Tints of Mantis #7DB455
RGB
CMYK
RGB Variations
Color information
#7DB455 (or 0x7DB455) is known color: Mantis. HEX triplet: 7D, B4 and 55. RGB value is (125,180,85). Sum of RGB (Red+Green+Blue) = 125+180+85=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB455 is #824BAA. Grayscale: #999999. Windows color (decimal): -8539051 or 5616765. OLE color: 5616765.
HSL color Cylindrical-coordinate representation of color #7DB455: hue angle of 94.74º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DB455 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 85 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.29 |
| HSL | 94.74º | 0.39% | 0.52% | - |
| HSV(B) | 94.74º | 0.53% | 0.71% | - |
| XYZ | 26.42 | 37.66 | 14.47 | - |
| YUV | 152.73 | 89.78 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 85 | 0.31 | 0 | 0.53 | 0.29 | 94.74 | 0.39 | 0.52 |
| Hex | 7D | B4 | 55 | 1F | 0 | 35 | 1D | 5F | 27 | 34 |
| Octal | 175 | 264 | 125 | 37 | 0 | 65 | 35 | 137 | 47 | 64 |
| Binary | 1111101 | 10110100 | 1010101 | 11111 | 0 | 110101 | 11101 | 1011111 | 100111 | 110100 |
Color Harmonies of #7DB455
Complementary color
Monochromatic Colors of #7DB455
Black with #7DB455
Text Example
Text Example
White with #7DB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB455; }
p { color: rgb(125,180,85); }
H1.HeaderClassName
{
color: #7DB455;
}
.AnyTagClassName
{
color: #7DB455;
}
</style>
background-color css
<style>
a { background-color: #7DB455; }
a { background-color: rgb(125,180,85); }
div.DivClassName
{
background-color: #7DB455;
}
.BgClassName
{
background-color: #7DB455;
}
</style>
border-color css
<style>
span { border-color: #7DB455; }
span { border-color: rgb(125,180,85); }
td.TdClassName
{
border-color: #7DB455;
}
.TagClassName
{
border-color: #7DB455;
}
</style>