Shades of Mantis #7DCE63
Tints of Mantis #7DCE63
RGB
CMYK
RGB Variations
Color information
#7DCE63 (or 0x7DCE63) is known color: Mantis. HEX triplet: 7D, CE and 63. RGB value is (125,206,99). Sum of RGB (Red+Green+Blue) = 125+206+99=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE63 is #82319C. Grayscale: #A9A9A9. Windows color (decimal): -8532381 or 6540925. OLE color: 6540925.
HSL color Cylindrical-coordinate representation of color #7DCE63: hue angle of 105.42º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DCE63 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 99 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.19 |
| HSL | 105.42º | 0.52% | 0.6% | - |
| HSV(B) | 105.42º | 0.52% | 0.81% | - |
| XYZ | 32.78 | 49.4 | 19.61 | - |
| YUV | 169.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 99 | 0.39 | 0 | 0.52 | 0.19 | 105.42 | 0.52 | 0.6 |
| Hex | 7D | CE | 63 | 27 | 0 | 34 | 13 | 69 | 34 | 3C |
| Octal | 175 | 316 | 143 | 47 | 0 | 64 | 23 | 151 | 64 | 74 |
| Binary | 1111101 | 11001110 | 1100011 | 100111 | 0 | 110100 | 10011 | 1101001 | 110100 | 111100 |
Color Harmonies of #7DCE63
Complementary color
Monochromatic Colors of #7DCE63
Black with #7DCE63
Text Example
Text Example
White with #7DCE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE63; }
p { color: rgb(125,206,99); }
H1.HeaderClassName
{
color: #7DCE63;
}
.AnyTagClassName
{
color: #7DCE63;
}
</style>
background-color css
<style>
a { background-color: #7DCE63; }
a { background-color: rgb(125,206,99); }
div.DivClassName
{
background-color: #7DCE63;
}
.BgClassName
{
background-color: #7DCE63;
}
</style>
border-color css
<style>
span { border-color: #7DCE63; }
span { border-color: rgb(125,206,99); }
td.TdClassName
{
border-color: #7DCE63;
}
.TagClassName
{
border-color: #7DCE63;
}
</style>