Shades of Mantis #7DD362
Tints of Mantis #7DD362
RGB
CMYK
RGB Variations
Color information
#7DD362 (or 0x7DD362) is known color: Mantis. HEX triplet: 7D, D3 and 62. RGB value is (125,211,98). Sum of RGB (Red+Green+Blue) = 125+211+98=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD362 is #822C9D. Grayscale: #ACACAC. Windows color (decimal): -8531102 or 6476669. OLE color: 6476669.
HSL color Cylindrical-coordinate representation of color #7DD362: hue angle of 105.66º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DD362 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 98 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.17 |
| HSL | 105.66º | 0.56% | 0.61% | - |
| HSV(B) | 105.66º | 0.54% | 0.83% | - |
| XYZ | 33.96 | 51.83 | 19.77 | - |
| YUV | 172.4 | 86.01 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 98 | 0.41 | 0 | 0.54 | 0.17 | 105.66 | 0.56 | 0.61 |
| Hex | 7D | D3 | 62 | 29 | 0 | 36 | 11 | 6A | 38 | 3D |
| Octal | 175 | 323 | 142 | 51 | 0 | 66 | 21 | 152 | 70 | 75 |
| Binary | 1111101 | 11010011 | 1100010 | 101001 | 0 | 110110 | 10001 | 1101010 | 111000 | 111101 |
Color Harmonies of #7DD362
Complementary color
Monochromatic Colors of #7DD362
Black with #7DD362
Text Example
Text Example
White with #7DD362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD362; }
p { color: rgb(125,211,98); }
H1.HeaderClassName
{
color: #7DD362;
}
.AnyTagClassName
{
color: #7DD362;
}
</style>
background-color css
<style>
a { background-color: #7DD362; }
a { background-color: rgb(125,211,98); }
div.DivClassName
{
background-color: #7DD362;
}
.BgClassName
{
background-color: #7DD362;
}
</style>
border-color css
<style>
span { border-color: #7DD362; }
span { border-color: rgb(125,211,98); }
td.TdClassName
{
border-color: #7DD362;
}
.TagClassName
{
border-color: #7DD362;
}
</style>