Shades of Mantis #7DC85D
Tints of Mantis #7DC85D
RGB
CMYK
RGB Variations
Color information
#7DC85D (or 0x7DC85D) is known color: Mantis. HEX triplet: 7D, C8 and 5D. RGB value is (125,200,93). Sum of RGB (Red+Green+Blue) = 125+200+93=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC85D is #8237A2. Grayscale: #A5A5A5. Windows color (decimal): -8533923 or 6146173. OLE color: 6146173.
HSL color Cylindrical-coordinate representation of color #7DC85D: hue angle of 102.06º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DC85D is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 93 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.22 |
| HSL | 102.06º | 0.49% | 0.57% | - |
| HSV(B) | 102.06º | 0.54% | 0.78% | - |
| XYZ | 31.09 | 46.46 | 17.68 | - |
| YUV | 165.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 93 | 0.38 | 0 | 0.54 | 0.22 | 102.06 | 0.49 | 0.57 |
| Hex | 7D | C8 | 5D | 26 | 0 | 36 | 16 | 66 | 31 | 39 |
| Octal | 175 | 310 | 135 | 46 | 0 | 66 | 26 | 146 | 61 | 71 |
| Binary | 1111101 | 11001000 | 1011101 | 100110 | 0 | 110110 | 10110 | 1100110 | 110001 | 111001 |
Color Harmonies of #7DC85D
Complementary color
Monochromatic Colors of #7DC85D
Black with #7DC85D
Text Example
Text Example
White with #7DC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC85D; }
p { color: rgb(125,200,93); }
H1.HeaderClassName
{
color: #7DC85D;
}
.AnyTagClassName
{
color: #7DC85D;
}
</style>
background-color css
<style>
a { background-color: #7DC85D; }
a { background-color: rgb(125,200,93); }
div.DivClassName
{
background-color: #7DC85D;
}
.BgClassName
{
background-color: #7DC85D;
}
</style>
border-color css
<style>
span { border-color: #7DC85D; }
span { border-color: rgb(125,200,93); }
td.TdClassName
{
border-color: #7DC85D;
}
.TagClassName
{
border-color: #7DC85D;
}
</style>