Shades of Mantis #7DCD60
Tints of Mantis #7DCD60
RGB
CMYK
RGB Variations
Color information
#7DCD60 (or 0x7DCD60) is known color: Mantis. HEX triplet: 7D, CD and 60. RGB value is (125,205,96). Sum of RGB (Red+Green+Blue) = 125+205+96=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD60 is #82329F. Grayscale: #A9A9A9. Windows color (decimal): -8532640 or 6344061. OLE color: 6344061.
HSL color Cylindrical-coordinate representation of color #7DCD60: hue angle of 104.04º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DCD60 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 96 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.20 |
| HSL | 104.04º | 0.52% | 0.59% | - |
| HSV(B) | 104.04º | 0.53% | 0.8% | - |
| XYZ | 32.4 | 48.87 | 18.79 | - |
| YUV | 168.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 96 | 0.39 | 0 | 0.53 | 0.20 | 104.04 | 0.52 | 0.59 |
| Hex | 7D | CD | 60 | 27 | 0 | 35 | 14 | 68 | 34 | 3B |
| Octal | 175 | 315 | 140 | 47 | 0 | 65 | 24 | 150 | 64 | 73 |
| Binary | 1111101 | 11001101 | 1100000 | 100111 | 0 | 110101 | 10100 | 1101000 | 110100 | 111011 |
Color Harmonies of #7DCD60
Complementary color
Monochromatic Colors of #7DCD60
Black with #7DCD60
Text Example
Text Example
White with #7DCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD60; }
p { color: rgb(125,205,96); }
H1.HeaderClassName
{
color: #7DCD60;
}
.AnyTagClassName
{
color: #7DCD60;
}
</style>
background-color css
<style>
a { background-color: #7DCD60; }
a { background-color: rgb(125,205,96); }
div.DivClassName
{
background-color: #7DCD60;
}
.BgClassName
{
background-color: #7DCD60;
}
</style>
border-color css
<style>
span { border-color: #7DCD60; }
span { border-color: rgb(125,205,96); }
td.TdClassName
{
border-color: #7DCD60;
}
.TagClassName
{
border-color: #7DCD60;
}
</style>