Shades of Mantis #7DC05A
Tints of Mantis #7DC05A
RGB
CMYK
RGB Variations
Color information
#7DC05A (or 0x7DC05A) is known color: Mantis. HEX triplet: 7D, C0 and 5A. RGB value is (125,192,90). Sum of RGB (Red+Green+Blue) = 125+192+90=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC05A is #823FA5. Grayscale: #A0A0A0. Windows color (decimal): -8535974 or 5947517. OLE color: 5947517.
HSL color Cylindrical-coordinate representation of color #7DC05A: hue angle of 99.41º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DC05A is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 90 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.25 |
| HSL | 99.41º | 0.45% | 0.55% | - |
| HSV(B) | 99.41º | 0.53% | 0.75% | - |
| XYZ | 29.15 | 42.8 | 16.4 | - |
| YUV | 160.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 90 | 0.35 | 0 | 0.53 | 0.25 | 99.41 | 0.45 | 0.55 |
| Hex | 7D | C0 | 5A | 23 | 0 | 35 | 19 | 63 | 2D | 37 |
| Octal | 175 | 300 | 132 | 43 | 0 | 65 | 31 | 143 | 55 | 67 |
| Binary | 1111101 | 11000000 | 1011010 | 100011 | 0 | 110101 | 11001 | 1100011 | 101101 | 110111 |
Color Harmonies of #7DC05A
Complementary color
Monochromatic Colors of #7DC05A
Black with #7DC05A
Text Example
Text Example
White with #7DC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC05A; }
p { color: rgb(125,192,90); }
H1.HeaderClassName
{
color: #7DC05A;
}
.AnyTagClassName
{
color: #7DC05A;
}
</style>
background-color css
<style>
a { background-color: #7DC05A; }
a { background-color: rgb(125,192,90); }
div.DivClassName
{
background-color: #7DC05A;
}
.BgClassName
{
background-color: #7DC05A;
}
</style>
border-color css
<style>
span { border-color: #7DC05A; }
span { border-color: rgb(125,192,90); }
td.TdClassName
{
border-color: #7DC05A;
}
.TagClassName
{
border-color: #7DC05A;
}
</style>