Shades of Mantis #7DC95C
Tints of Mantis #7DC95C
RGB
CMYK
RGB Variations
Color information
#7DC95C (or 0x7DC95C) is known color: Mantis. HEX triplet: 7D, C9 and 5C. RGB value is (125,201,92). Sum of RGB (Red+Green+Blue) = 125+201+92=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC95C is #8236A3. Grayscale: #A6A6A6. Windows color (decimal): -8533668 or 6080893. OLE color: 6080893.
HSL color Cylindrical-coordinate representation of color #7DC95C: hue angle of 101.83º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DC95C is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 92 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.21 |
| HSL | 101.83º | 0.5% | 0.57% | - |
| HSV(B) | 101.83º | 0.54% | 0.79% | - |
| XYZ | 31.28 | 46.91 | 17.53 | - |
| YUV | 165.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 92 | 0.38 | 0 | 0.54 | 0.21 | 101.83 | 0.5 | 0.57 |
| Hex | 7D | C9 | 5C | 26 | 0 | 36 | 15 | 66 | 32 | 39 |
| Octal | 175 | 311 | 134 | 46 | 0 | 66 | 25 | 146 | 62 | 71 |
| Binary | 1111101 | 11001001 | 1011100 | 100110 | 0 | 110110 | 10101 | 1100110 | 110010 | 111001 |
Color Harmonies of #7DC95C
Complementary color
Monochromatic Colors of #7DC95C
Black with #7DC95C
Text Example
Text Example
White with #7DC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC95C; }
p { color: rgb(125,201,92); }
H1.HeaderClassName
{
color: #7DC95C;
}
.AnyTagClassName
{
color: #7DC95C;
}
</style>
background-color css
<style>
a { background-color: #7DC95C; }
a { background-color: rgb(125,201,92); }
div.DivClassName
{
background-color: #7DC95C;
}
.BgClassName
{
background-color: #7DC95C;
}
</style>
border-color css
<style>
span { border-color: #7DC95C; }
span { border-color: rgb(125,201,92); }
td.TdClassName
{
border-color: #7DC95C;
}
.TagClassName
{
border-color: #7DC95C;
}
</style>