Shades of Mantis #7DC95A
Tints of Mantis #7DC95A
RGB
CMYK
RGB Variations
Color information
#7DC95A (or 0x7DC95A) is known color: Mantis. HEX triplet: 7D, C9 and 5A. RGB value is (125,201,90). Sum of RGB (Red+Green+Blue) = 125+201+90=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC95A is #8236A5. Grayscale: #A5A5A5. Windows color (decimal): -8533670 or 5949821. OLE color: 5949821.
HSL color Cylindrical-coordinate representation of color #7DC95A: hue angle of 101.08º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DC95A is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 90 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.21 |
| HSL | 101.08º | 0.51% | 0.57% | - |
| HSV(B) | 101.08º | 0.55% | 0.79% | - |
| XYZ | 31.19 | 46.87 | 17.08 | - |
| YUV | 165.62 | 85.32 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 90 | 0.38 | 0 | 0.55 | 0.21 | 101.08 | 0.51 | 0.57 |
| Hex | 7D | C9 | 5A | 26 | 0 | 37 | 15 | 65 | 33 | 39 |
| Octal | 175 | 311 | 132 | 46 | 0 | 67 | 25 | 145 | 63 | 71 |
| Binary | 1111101 | 11001001 | 1011010 | 100110 | 0 | 110111 | 10101 | 1100101 | 110011 | 111001 |
Color Harmonies of #7DC95A
Complementary color
Monochromatic Colors of #7DC95A
Black with #7DC95A
Text Example
Text Example
White with #7DC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC95A; }
p { color: rgb(125,201,90); }
H1.HeaderClassName
{
color: #7DC95A;
}
.AnyTagClassName
{
color: #7DC95A;
}
</style>
background-color css
<style>
a { background-color: #7DC95A; }
a { background-color: rgb(125,201,90); }
div.DivClassName
{
background-color: #7DC95A;
}
.BgClassName
{
background-color: #7DC95A;
}
</style>
border-color css
<style>
span { border-color: #7DC95A; }
span { border-color: rgb(125,201,90); }
td.TdClassName
{
border-color: #7DC95A;
}
.TagClassName
{
border-color: #7DC95A;
}
</style>