Shades of Mantis #7DCD47
Tints of Mantis #7DCD47
RGB
CMYK
RGB Variations
Color information
#7DCD47 (or 0x7DCD47) is known color: Mantis. HEX triplet: 7D, CD and 47. RGB value is (125,205,71). Sum of RGB (Red+Green+Blue) = 125+205+71=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD47 is #8232B8. Grayscale: #A6A6A6. Windows color (decimal): -8532665 or 4705661. OLE color: 4705661.
HSL color Cylindrical-coordinate representation of color #7DCD47: hue angle of 95.82º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DCD47 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 71 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.20 |
| HSL | 95.82º | 0.57% | 0.54% | - |
| HSV(B) | 95.82º | 0.65% | 0.8% | - |
| XYZ | 31.43 | 48.48 | 13.66 | - |
| YUV | 165.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 71 | 0.39 | 0 | 0.65 | 0.20 | 95.82 | 0.57 | 0.54 |
| Hex | 7D | CD | 47 | 27 | 0 | 41 | 14 | 60 | 39 | 36 |
| Octal | 175 | 315 | 107 | 47 | 0 | 101 | 24 | 140 | 71 | 66 |
| Binary | 1111101 | 11001101 | 1000111 | 100111 | 0 | 1000001 | 10100 | 1100000 | 111001 | 110110 |
Color Harmonies of #7DCD47
Complementary color
Monochromatic Colors of #7DCD47
Black with #7DCD47
Text Example
Text Example
White with #7DCD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD47; }
p { color: rgb(125,205,71); }
H1.HeaderClassName
{
color: #7DCD47;
}
.AnyTagClassName
{
color: #7DCD47;
}
</style>
background-color css
<style>
a { background-color: #7DCD47; }
a { background-color: rgb(125,205,71); }
div.DivClassName
{
background-color: #7DCD47;
}
.BgClassName
{
background-color: #7DCD47;
}
</style>
border-color css
<style>
span { border-color: #7DCD47; }
span { border-color: rgb(125,205,71); }
td.TdClassName
{
border-color: #7DCD47;
}
.TagClassName
{
border-color: #7DCD47;
}
</style>