Shades of Mantis #7DB55C
Tints of Mantis #7DB55C
RGB
CMYK
RGB Variations
Color information
#7DB55C (or 0x7DB55C) is known color: Mantis. HEX triplet: 7D, B5 and 5C. RGB value is (125,181,92). Sum of RGB (Red+Green+Blue) = 125+181+92=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB55C is #824AA3. Grayscale: #9A9A9A. Windows color (decimal): -8538788 or 6075773. OLE color: 6075773.
HSL color Cylindrical-coordinate representation of color #7DB55C: hue angle of 97.75º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DB55C is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 92 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.29 |
| HSL | 97.75º | 0.38% | 0.54% | - |
| HSV(B) | 97.75º | 0.49% | 0.71% | - |
| XYZ | 26.91 | 38.18 | 16.08 | - |
| YUV | 154.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 92 | 0.31 | 0 | 0.49 | 0.29 | 97.75 | 0.38 | 0.54 |
| Hex | 7D | B5 | 5C | 1F | 0 | 31 | 1D | 62 | 26 | 36 |
| Octal | 175 | 265 | 134 | 37 | 0 | 61 | 35 | 142 | 46 | 66 |
| Binary | 1111101 | 10110101 | 1011100 | 11111 | 0 | 110001 | 11101 | 1100010 | 100110 | 110110 |
Color Harmonies of #7DB55C
Complementary color
Monochromatic Colors of #7DB55C
Black with #7DB55C
Text Example
Text Example
White with #7DB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB55C; }
p { color: rgb(125,181,92); }
H1.HeaderClassName
{
color: #7DB55C;
}
.AnyTagClassName
{
color: #7DB55C;
}
</style>
background-color css
<style>
a { background-color: #7DB55C; }
a { background-color: rgb(125,181,92); }
div.DivClassName
{
background-color: #7DB55C;
}
.BgClassName
{
background-color: #7DB55C;
}
</style>
border-color css
<style>
span { border-color: #7DB55C; }
span { border-color: rgb(125,181,92); }
td.TdClassName
{
border-color: #7DB55C;
}
.TagClassName
{
border-color: #7DB55C;
}
</style>