Shades of Mantis #7DCD62
Tints of Mantis #7DCD62
RGB
CMYK
RGB Variations
Color information
#7DCD62 (or 0x7DCD62) is known color: Mantis. HEX triplet: 7D, CD and 62. RGB value is (125,205,98). Sum of RGB (Red+Green+Blue) = 125+205+98=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD62 is #82329D. Grayscale: #A9A9A9. Windows color (decimal): -8532638 or 6475133. OLE color: 6475133.
HSL color Cylindrical-coordinate representation of color #7DCD62: hue angle of 104.86º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DCD62 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 98 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.20 |
| HSL | 104.86º | 0.52% | 0.59% | - |
| HSV(B) | 104.86º | 0.52% | 0.8% | - |
| XYZ | 32.49 | 48.9 | 19.28 | - |
| YUV | 168.88 | 88 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 98 | 0.39 | 0 | 0.52 | 0.20 | 104.86 | 0.52 | 0.59 |
| Hex | 7D | CD | 62 | 27 | 0 | 34 | 14 | 69 | 34 | 3B |
| Octal | 175 | 315 | 142 | 47 | 0 | 64 | 24 | 151 | 64 | 73 |
| Binary | 1111101 | 11001101 | 1100010 | 100111 | 0 | 110100 | 10100 | 1101001 | 110100 | 111011 |
Color Harmonies of #7DCD62
Complementary color
Monochromatic Colors of #7DCD62
Black with #7DCD62
Text Example
Text Example
White with #7DCD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD62; }
p { color: rgb(125,205,98); }
H1.HeaderClassName
{
color: #7DCD62;
}
.AnyTagClassName
{
color: #7DCD62;
}
</style>
background-color css
<style>
a { background-color: #7DCD62; }
a { background-color: rgb(125,205,98); }
div.DivClassName
{
background-color: #7DCD62;
}
.BgClassName
{
background-color: #7DCD62;
}
</style>
border-color css
<style>
span { border-color: #7DCD62; }
span { border-color: rgb(125,205,98); }
td.TdClassName
{
border-color: #7DCD62;
}
.TagClassName
{
border-color: #7DCD62;
}
</style>