Shades of Mantis #7DC863
Tints of Mantis #7DC863
RGB
CMYK
RGB Variations
Color information
#7DC863 (or 0x7DC863) is known color: Mantis. HEX triplet: 7D, C8 and 63. RGB value is (125,200,99). Sum of RGB (Red+Green+Blue) = 125+200+99=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC863 is #82379C. Grayscale: #A6A6A6. Windows color (decimal): -8533917 or 6539389. OLE color: 6539389.
HSL color Cylindrical-coordinate representation of color #7DC863: hue angle of 104.55º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC863 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 99 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.22 |
| HSL | 104.55º | 0.48% | 0.59% | - |
| HSV(B) | 104.55º | 0.51% | 0.78% | - |
| XYZ | 31.36 | 46.57 | 19.14 | - |
| YUV | 166.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 99 | 0.38 | 0 | 0.50 | 0.22 | 104.55 | 0.48 | 0.59 |
| Hex | 7D | C8 | 63 | 26 | 0 | 32 | 16 | 69 | 30 | 3B |
| Octal | 175 | 310 | 143 | 46 | 0 | 62 | 26 | 151 | 60 | 73 |
| Binary | 1111101 | 11001000 | 1100011 | 100110 | 0 | 110010 | 10110 | 1101001 | 110000 | 111011 |
Color Harmonies of #7DC863
Complementary color
Monochromatic Colors of #7DC863
Black with #7DC863
Text Example
Text Example
White with #7DC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC863; }
p { color: rgb(125,200,99); }
H1.HeaderClassName
{
color: #7DC863;
}
.AnyTagClassName
{
color: #7DC863;
}
</style>
background-color css
<style>
a { background-color: #7DC863; }
a { background-color: rgb(125,200,99); }
div.DivClassName
{
background-color: #7DC863;
}
.BgClassName
{
background-color: #7DC863;
}
</style>
border-color css
<style>
span { border-color: #7DC863; }
span { border-color: rgb(125,200,99); }
td.TdClassName
{
border-color: #7DC863;
}
.TagClassName
{
border-color: #7DC863;
}
</style>