Shades of Mantis #7DC362
Tints of Mantis #7DC362
RGB
CMYK
RGB Variations
Color information
#7DC362 (or 0x7DC362) is known color: Mantis. HEX triplet: 7D, C3 and 62. RGB value is (125,195,98). Sum of RGB (Red+Green+Blue) = 125+195+98=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC362 is #823C9D. Grayscale: #A3A3A3. Windows color (decimal): -8535198 or 6472573. OLE color: 6472573.
HSL color Cylindrical-coordinate representation of color #7DC362: hue angle of 103.3º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC362 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 98 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.24 |
| HSL | 103.3º | 0.45% | 0.57% | - |
| HSV(B) | 103.3º | 0.5% | 0.76% | - |
| XYZ | 30.18 | 44.27 | 18.51 | - |
| YUV | 163.01 | 91.31 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 98 | 0.36 | 0 | 0.50 | 0.24 | 103.3 | 0.45 | 0.57 |
| Hex | 7D | C3 | 62 | 24 | 0 | 32 | 18 | 67 | 2D | 39 |
| Octal | 175 | 303 | 142 | 44 | 0 | 62 | 30 | 147 | 55 | 71 |
| Binary | 1111101 | 11000011 | 1100010 | 100100 | 0 | 110010 | 11000 | 1100111 | 101101 | 111001 |
Color Harmonies of #7DC362
Complementary color
Monochromatic Colors of #7DC362
Black with #7DC362
Text Example
Text Example
White with #7DC362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC362; }
p { color: rgb(125,195,98); }
H1.HeaderClassName
{
color: #7DC362;
}
.AnyTagClassName
{
color: #7DC362;
}
</style>
background-color css
<style>
a { background-color: #7DC362; }
a { background-color: rgb(125,195,98); }
div.DivClassName
{
background-color: #7DC362;
}
.BgClassName
{
background-color: #7DC362;
}
</style>
border-color css
<style>
span { border-color: #7DC362; }
span { border-color: rgb(125,195,98); }
td.TdClassName
{
border-color: #7DC362;
}
.TagClassName
{
border-color: #7DC362;
}
</style>