Shades of Mantis #7DCE52
Tints of Mantis #7DCE52
RGB
CMYK
RGB Variations
Color information
#7DCE52 (or 0x7DCE52) is known color: Mantis. HEX triplet: 7D, CE and 52. RGB value is (125,206,82). Sum of RGB (Red+Green+Blue) = 125+206+82=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE52 is #8231AD. Grayscale: #A8A8A8. Windows color (decimal): -8532398 or 5426813. OLE color: 5426813.
HSL color Cylindrical-coordinate representation of color #7DCE52: hue angle of 99.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DCE52 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 82 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.19 |
| HSL | 99.19º | 0.56% | 0.56% | - |
| HSV(B) | 99.19º | 0.6% | 0.81% | - |
| XYZ | 32.05 | 49.11 | 15.77 | - |
| YUV | 167.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 82 | 0.39 | 0 | 0.60 | 0.19 | 99.19 | 0.56 | 0.56 |
| Hex | 7D | CE | 52 | 27 | 0 | 3C | 13 | 63 | 38 | 38 |
| Octal | 175 | 316 | 122 | 47 | 0 | 74 | 23 | 143 | 70 | 70 |
| Binary | 1111101 | 11001110 | 1010010 | 100111 | 0 | 111100 | 10011 | 1100011 | 111000 | 111000 |
Color Harmonies of #7DCE52
Complementary color
Monochromatic Colors of #7DCE52
Black with #7DCE52
Text Example
Text Example
White with #7DCE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE52; }
p { color: rgb(125,206,82); }
H1.HeaderClassName
{
color: #7DCE52;
}
.AnyTagClassName
{
color: #7DCE52;
}
</style>
background-color css
<style>
a { background-color: #7DCE52; }
a { background-color: rgb(125,206,82); }
div.DivClassName
{
background-color: #7DCE52;
}
.BgClassName
{
background-color: #7DCE52;
}
</style>
border-color css
<style>
span { border-color: #7DCE52; }
span { border-color: rgb(125,206,82); }
td.TdClassName
{
border-color: #7DCE52;
}
.TagClassName
{
border-color: #7DCE52;
}
</style>