Shades of Mantis #7DC55C
Tints of Mantis #7DC55C
RGB
CMYK
RGB Variations
Color information
#7DC55C (or 0x7DC55C) is known color: Mantis. HEX triplet: 7D, C5 and 5C. RGB value is (125,197,92). Sum of RGB (Red+Green+Blue) = 125+197+92=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC55C is #823AA3. Grayscale: #A3A3A3. Windows color (decimal): -8534692 or 6079869. OLE color: 6079869.
HSL color Cylindrical-coordinate representation of color #7DC55C: hue angle of 101.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DC55C is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 92 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.23 |
| HSL | 101.14º | 0.48% | 0.57% | - |
| HSV(B) | 101.14º | 0.53% | 0.77% | - |
| XYZ | 30.36 | 45.07 | 17.22 | - |
| YUV | 163.5 | 87.65 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 92 | 0.37 | 0 | 0.53 | 0.23 | 101.14 | 0.48 | 0.57 |
| Hex | 7D | C5 | 5C | 25 | 0 | 35 | 17 | 65 | 30 | 39 |
| Octal | 175 | 305 | 134 | 45 | 0 | 65 | 27 | 145 | 60 | 71 |
| Binary | 1111101 | 11000101 | 1011100 | 100101 | 0 | 110101 | 10111 | 1100101 | 110000 | 111001 |
Color Harmonies of #7DC55C
Complementary color
Monochromatic Colors of #7DC55C
Black with #7DC55C
Text Example
Text Example
White with #7DC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC55C; }
p { color: rgb(125,197,92); }
H1.HeaderClassName
{
color: #7DC55C;
}
.AnyTagClassName
{
color: #7DC55C;
}
</style>
background-color css
<style>
a { background-color: #7DC55C; }
a { background-color: rgb(125,197,92); }
div.DivClassName
{
background-color: #7DC55C;
}
.BgClassName
{
background-color: #7DC55C;
}
</style>
border-color css
<style>
span { border-color: #7DC55C; }
span { border-color: rgb(125,197,92); }
td.TdClassName
{
border-color: #7DC55C;
}
.TagClassName
{
border-color: #7DC55C;
}
</style>