Shades of Mantis #7DCD57
Tints of Mantis #7DCD57
RGB
CMYK
RGB Variations
Color information
#7DCD57 (or 0x7DCD57) is known color: Mantis. HEX triplet: 7D, CD and 57. RGB value is (125,205,87). Sum of RGB (Red+Green+Blue) = 125+205+87=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD57 is #8232A8. Grayscale: #A8A8A8. Windows color (decimal): -8532649 or 5754237. OLE color: 5754237.
HSL color Cylindrical-coordinate representation of color #7DCD57: hue angle of 100.68º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DCD57 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 87 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.20 |
| HSL | 100.68º | 0.54% | 0.57% | - |
| HSV(B) | 100.68º | 0.58% | 0.8% | - |
| XYZ | 32.01 | 48.71 | 16.73 | - |
| YUV | 167.63 | 82.5 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 87 | 0.39 | 0 | 0.58 | 0.20 | 100.68 | 0.54 | 0.57 |
| Hex | 7D | CD | 57 | 27 | 0 | 3A | 14 | 65 | 36 | 39 |
| Octal | 175 | 315 | 127 | 47 | 0 | 72 | 24 | 145 | 66 | 71 |
| Binary | 1111101 | 11001101 | 1010111 | 100111 | 0 | 111010 | 10100 | 1100101 | 110110 | 111001 |
Color Harmonies of #7DCD57
Complementary color
Monochromatic Colors of #7DCD57
Black with #7DCD57
Text Example
Text Example
White with #7DCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD57; }
p { color: rgb(125,205,87); }
H1.HeaderClassName
{
color: #7DCD57;
}
.AnyTagClassName
{
color: #7DCD57;
}
</style>
background-color css
<style>
a { background-color: #7DCD57; }
a { background-color: rgb(125,205,87); }
div.DivClassName
{
background-color: #7DCD57;
}
.BgClassName
{
background-color: #7DCD57;
}
</style>
border-color css
<style>
span { border-color: #7DCD57; }
span { border-color: rgb(125,205,87); }
td.TdClassName
{
border-color: #7DCD57;
}
.TagClassName
{
border-color: #7DCD57;
}
</style>