Shades of Mantis #7DB65C
Tints of Mantis #7DB65C
RGB
CMYK
RGB Variations
Color information
#7DB65C (or 0x7DB65C) is known color: Mantis. HEX triplet: 7D, B6 and 5C. RGB value is (125,182,92). Sum of RGB (Red+Green+Blue) = 125+182+92=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB65C is #8249A3. Grayscale: #9B9B9B. Windows color (decimal): -8538532 or 6076029. OLE color: 6076029.
HSL color Cylindrical-coordinate representation of color #7DB65C: hue angle of 98º 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 #7DB65C is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 92 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.29 |
| HSL | 98º | 0.38% | 0.54% | - |
| HSV(B) | 98º | 0.49% | 0.71% | - |
| XYZ | 27.12 | 38.59 | 16.14 | - |
| YUV | 154.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 92 | 0.31 | 0 | 0.49 | 0.29 | 98 | 0.38 | 0.54 |
| Hex | 7D | B6 | 5C | 1F | 0 | 31 | 1D | 62 | 26 | 36 |
| Octal | 175 | 266 | 134 | 37 | 0 | 61 | 35 | 142 | 46 | 66 |
| Binary | 1111101 | 10110110 | 1011100 | 11111 | 0 | 110001 | 11101 | 1100010 | 100110 | 110110 |
Color Harmonies of #7DB65C
Complementary color
Monochromatic Colors of #7DB65C
Black with #7DB65C
Text Example
Text Example
White with #7DB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB65C; }
p { color: rgb(125,182,92); }
H1.HeaderClassName
{
color: #7DB65C;
}
.AnyTagClassName
{
color: #7DB65C;
}
</style>
background-color css
<style>
a { background-color: #7DB65C; }
a { background-color: rgb(125,182,92); }
div.DivClassName
{
background-color: #7DB65C;
}
.BgClassName
{
background-color: #7DB65C;
}
</style>
border-color css
<style>
span { border-color: #7DB65C; }
span { border-color: rgb(125,182,92); }
td.TdClassName
{
border-color: #7DB65C;
}
.TagClassName
{
border-color: #7DB65C;
}
</style>