Shades of Mantis #7DCD64
Tints of Mantis #7DCD64
RGB
CMYK
RGB Variations
Color information
#7DCD64 (or 0x7DCD64) is known color: Mantis. HEX triplet: 7D, CD and 64. RGB value is (125,205,100). Sum of RGB (Red+Green+Blue) = 125+205+100=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD64 is #82329B. Grayscale: #A9A9A9. Windows color (decimal): -8532636 or 6606205. OLE color: 6606205.
HSL color Cylindrical-coordinate representation of color #7DCD64: hue angle of 105.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DCD64 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 100 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.20 |
| HSL | 105.71º | 0.51% | 0.6% | - |
| HSV(B) | 105.71º | 0.51% | 0.8% | - |
| XYZ | 32.59 | 48.94 | 19.79 | - |
| YUV | 169.11 | 89 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 100 | 0.39 | 0 | 0.51 | 0.20 | 105.71 | 0.51 | 0.6 |
| Hex | 7D | CD | 64 | 27 | 0 | 33 | 14 | 6A | 33 | 3C |
| Octal | 175 | 315 | 144 | 47 | 0 | 63 | 24 | 152 | 63 | 74 |
| Binary | 1111101 | 11001101 | 1100100 | 100111 | 0 | 110011 | 10100 | 1101010 | 110011 | 111100 |
Color Harmonies of #7DCD64
Complementary color
Monochromatic Colors of #7DCD64
Black with #7DCD64
Text Example
Text Example
White with #7DCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD64; }
p { color: rgb(125,205,100); }
H1.HeaderClassName
{
color: #7DCD64;
}
.AnyTagClassName
{
color: #7DCD64;
}
</style>
background-color css
<style>
a { background-color: #7DCD64; }
a { background-color: rgb(125,205,100); }
div.DivClassName
{
background-color: #7DCD64;
}
.BgClassName
{
background-color: #7DCD64;
}
</style>
border-color css
<style>
span { border-color: #7DCD64; }
span { border-color: rgb(125,205,100); }
td.TdClassName
{
border-color: #7DCD64;
}
.TagClassName
{
border-color: #7DCD64;
}
</style>