Shades of Mantis #7DD063
Tints of Mantis #7DD063
RGB
CMYK
RGB Variations
Color information
#7DD063 (or 0x7DD063) is known color: Mantis. HEX triplet: 7D, D0 and 63. RGB value is (125,208,99). Sum of RGB (Red+Green+Blue) = 125+208+99=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD063 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD063 is #822F9C. Grayscale: #ABABAB. Windows color (decimal): -8531869 or 6541437. OLE color: 6541437.
HSL color Cylindrical-coordinate representation of color #7DD063: hue angle of 105.69º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DD063 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 99 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.18 |
| HSL | 105.69º | 0.54% | 0.6% | - |
| HSV(B) | 105.69º | 0.52% | 0.82% | - |
| XYZ | 33.27 | 50.37 | 19.77 | - |
| YUV | 170.76 | 87.5 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 99 | 0.40 | 0 | 0.52 | 0.18 | 105.69 | 0.54 | 0.6 |
| Hex | 7D | D0 | 63 | 28 | 0 | 34 | 12 | 6A | 36 | 3C |
| Octal | 175 | 320 | 143 | 50 | 0 | 64 | 22 | 152 | 66 | 74 |
| Binary | 1111101 | 11010000 | 1100011 | 101000 | 0 | 110100 | 10010 | 1101010 | 110110 | 111100 |
Color Harmonies of #7DD063
Complementary color
Monochromatic Colors of #7DD063
Black with #7DD063
Text Example
Text Example
White with #7DD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD063; }
p { color: rgb(125,208,99); }
H1.HeaderClassName
{
color: #7DD063;
}
.AnyTagClassName
{
color: #7DD063;
}
</style>
background-color css
<style>
a { background-color: #7DD063; }
a { background-color: rgb(125,208,99); }
div.DivClassName
{
background-color: #7DD063;
}
.BgClassName
{
background-color: #7DD063;
}
</style>
border-color css
<style>
span { border-color: #7DD063; }
span { border-color: rgb(125,208,99); }
td.TdClassName
{
border-color: #7DD063;
}
.TagClassName
{
border-color: #7DD063;
}
</style>