Shades of Mantis #7DC370
Tints of Mantis #7DC370
RGB
CMYK
RGB Variations
Color information
#7DC370 (or 0x7DC370) is known color: Mantis. HEX triplet: 7D, C3 and 70. RGB value is (125,195,112). Sum of RGB (Red+Green+Blue) = 125+195+112=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC370 is #823C8F. Grayscale: #A4A4A4. Windows color (decimal): -8535184 or 7390077. OLE color: 7390077.
HSL color Cylindrical-coordinate representation of color #7DC370: hue angle of 110.6º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DC370 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 112 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.24 |
| HSL | 110.6º | 0.41% | 0.6% | - |
| HSV(B) | 110.6º | 0.43% | 0.76% | - |
| XYZ | 30.9 | 44.56 | 22.3 | - |
| YUV | 164.61 | 98.31 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 112 | 0.36 | 0 | 0.43 | 0.24 | 110.6 | 0.41 | 0.6 |
| Hex | 7D | C3 | 70 | 24 | 0 | 2B | 18 | 6F | 29 | 3C |
| Octal | 175 | 303 | 160 | 44 | 0 | 53 | 30 | 157 | 51 | 74 |
| Binary | 1111101 | 11000011 | 1110000 | 100100 | 0 | 101011 | 11000 | 1101111 | 101001 | 111100 |
Color Harmonies of #7DC370
Complementary color
Monochromatic Colors of #7DC370
Black with #7DC370
Text Example
Text Example
White with #7DC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC370; }
p { color: rgb(125,195,112); }
H1.HeaderClassName
{
color: #7DC370;
}
.AnyTagClassName
{
color: #7DC370;
}
</style>
background-color css
<style>
a { background-color: #7DC370; }
a { background-color: rgb(125,195,112); }
div.DivClassName
{
background-color: #7DC370;
}
.BgClassName
{
background-color: #7DC370;
}
</style>
border-color css
<style>
span { border-color: #7DC370; }
span { border-color: rgb(125,195,112); }
td.TdClassName
{
border-color: #7DC370;
}
.TagClassName
{
border-color: #7DC370;
}
</style>