Shades of Mantis #7DB55B
Tints of Mantis #7DB55B
RGB
CMYK
RGB Variations
Color information
#7DB55B (or 0x7DB55B) is known color: Mantis. HEX triplet: 7D, B5 and 5B. RGB value is (125,181,91). Sum of RGB (Red+Green+Blue) = 125+181+91=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB55B is #824AA4. Grayscale: #9A9A9A. Windows color (decimal): -8538789 or 6010237. OLE color: 6010237.
HSL color Cylindrical-coordinate representation of color #7DB55B: hue angle of 97.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB55B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 91 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.29 |
| HSL | 97.33º | 0.38% | 0.53% | - |
| HSV(B) | 97.33º | 0.5% | 0.71% | - |
| XYZ | 26.87 | 38.16 | 15.85 | - |
| YUV | 154 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 91 | 0.31 | 0 | 0.50 | 0.29 | 97.33 | 0.38 | 0.53 |
| Hex | 7D | B5 | 5B | 1F | 0 | 32 | 1D | 61 | 26 | 35 |
| Octal | 175 | 265 | 133 | 37 | 0 | 62 | 35 | 141 | 46 | 65 |
| Binary | 1111101 | 10110101 | 1011011 | 11111 | 0 | 110010 | 11101 | 1100001 | 100110 | 110101 |
Color Harmonies of #7DB55B
Complementary color
Monochromatic Colors of #7DB55B
Black with #7DB55B
Text Example
Text Example
White with #7DB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB55B; }
p { color: rgb(125,181,91); }
H1.HeaderClassName
{
color: #7DB55B;
}
.AnyTagClassName
{
color: #7DB55B;
}
</style>
background-color css
<style>
a { background-color: #7DB55B; }
a { background-color: rgb(125,181,91); }
div.DivClassName
{
background-color: #7DB55B;
}
.BgClassName
{
background-color: #7DB55B;
}
</style>
border-color css
<style>
span { border-color: #7DB55B; }
span { border-color: rgb(125,181,91); }
td.TdClassName
{
border-color: #7DB55B;
}
.TagClassName
{
border-color: #7DB55B;
}
</style>