Shades of Mantis #7DCD66
Tints of Mantis #7DCD66
RGB
CMYK
RGB Variations
Color information
#7DCD66 (or 0x7DCD66) is known color: Mantis. HEX triplet: 7D, CD and 66. RGB value is (125,205,102). Sum of RGB (Red+Green+Blue) = 125+205+102=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD66 is #823299. Grayscale: #A9A9A9. Windows color (decimal): -8532634 or 6737277. OLE color: 6737277.
HSL color Cylindrical-coordinate representation of color #7DCD66: hue angle of 106.6º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCD66 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 102 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.20 |
| HSL | 106.6º | 0.51% | 0.6% | - |
| HSV(B) | 106.6º | 0.5% | 0.8% | - |
| XYZ | 32.69 | 48.98 | 20.3 | - |
| YUV | 169.34 | 90 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 102 | 0.39 | 0 | 0.50 | 0.20 | 106.6 | 0.51 | 0.6 |
| Hex | 7D | CD | 66 | 27 | 0 | 32 | 14 | 6B | 33 | 3C |
| Octal | 175 | 315 | 146 | 47 | 0 | 62 | 24 | 153 | 63 | 74 |
| Binary | 1111101 | 11001101 | 1100110 | 100111 | 0 | 110010 | 10100 | 1101011 | 110011 | 111100 |
Color Harmonies of #7DCD66
Complementary color
Monochromatic Colors of #7DCD66
Black with #7DCD66
Text Example
Text Example
White with #7DCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD66; }
p { color: rgb(125,205,102); }
H1.HeaderClassName
{
color: #7DCD66;
}
.AnyTagClassName
{
color: #7DCD66;
}
</style>
background-color css
<style>
a { background-color: #7DCD66; }
a { background-color: rgb(125,205,102); }
div.DivClassName
{
background-color: #7DCD66;
}
.BgClassName
{
background-color: #7DCD66;
}
</style>
border-color css
<style>
span { border-color: #7DCD66; }
span { border-color: rgb(125,205,102); }
td.TdClassName
{
border-color: #7DCD66;
}
.TagClassName
{
border-color: #7DCD66;
}
</style>