Shades of Mantis #7DCE56
Tints of Mantis #7DCE56
RGB
CMYK
RGB Variations
Color information
#7DCE56 (or 0x7DCE56) is known color: Mantis. HEX triplet: 7D, CE and 56. RGB value is (125,206,86). Sum of RGB (Red+Green+Blue) = 125+206+86=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE56 is #8231A9. Grayscale: #A8A8A8. Windows color (decimal): -8532394 or 5688957. OLE color: 5688957.
HSL color Cylindrical-coordinate representation of color #7DCE56: hue angle of 100.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DCE56 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 86 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.19 |
| HSL | 100.5º | 0.55% | 0.57% | - |
| HSV(B) | 100.5º | 0.58% | 0.81% | - |
| XYZ | 32.21 | 49.17 | 16.6 | - |
| YUV | 168.1 | 81.66 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 86 | 0.39 | 0 | 0.58 | 0.19 | 100.5 | 0.55 | 0.57 |
| Hex | 7D | CE | 56 | 27 | 0 | 3A | 13 | 64 | 37 | 39 |
| Octal | 175 | 316 | 126 | 47 | 0 | 72 | 23 | 144 | 67 | 71 |
| Binary | 1111101 | 11001110 | 1010110 | 100111 | 0 | 111010 | 10011 | 1100100 | 110111 | 111001 |
Color Harmonies of #7DCE56
Complementary color
Monochromatic Colors of #7DCE56
Black with #7DCE56
Text Example
Text Example
White with #7DCE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE56; }
p { color: rgb(125,206,86); }
H1.HeaderClassName
{
color: #7DCE56;
}
.AnyTagClassName
{
color: #7DCE56;
}
</style>
background-color css
<style>
a { background-color: #7DCE56; }
a { background-color: rgb(125,206,86); }
div.DivClassName
{
background-color: #7DCE56;
}
.BgClassName
{
background-color: #7DCE56;
}
</style>
border-color css
<style>
span { border-color: #7DCE56; }
span { border-color: rgb(125,206,86); }
td.TdClassName
{
border-color: #7DCE56;
}
.TagClassName
{
border-color: #7DCE56;
}
</style>