Shades of Mantis #7DCD3F
Tints of Mantis #7DCD3F
RGB
CMYK
RGB Variations
Color information
#7DCD3F (or 0x7DCD3F) is known color: Mantis. HEX triplet: 7D, CD and 3F. RGB value is (125,205,63). Sum of RGB (Red+Green+Blue) = 125+205+63=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD3F is #8232C0. Grayscale: #A5A5A5. Windows color (decimal): -8532673 or 4181373. OLE color: 4181373.
HSL color Cylindrical-coordinate representation of color #7DCD3F: hue angle of 93.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DCD3F is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 63 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.20 |
| HSL | 93.8º | 0.59% | 0.53% | - |
| HSV(B) | 93.8º | 0.69% | 0.8% | - |
| XYZ | 31.19 | 48.38 | 12.4 | - |
| YUV | 164.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 63 | 0.39 | 0 | 0.69 | 0.20 | 93.8 | 0.59 | 0.53 |
| Hex | 7D | CD | 3F | 27 | 0 | 45 | 14 | 5E | 3B | 35 |
| Octal | 175 | 315 | 77 | 47 | 0 | 105 | 24 | 136 | 73 | 65 |
| Binary | 1111101 | 11001101 | 111111 | 100111 | 0 | 1000101 | 10100 | 1011110 | 111011 | 110101 |
Color Harmonies of #7DCD3F
Complementary color
Monochromatic Colors of #7DCD3F
Black with #7DCD3F
Text Example
Text Example
White with #7DCD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD3F; }
p { color: rgb(125,205,63); }
H1.HeaderClassName
{
color: #7DCD3F;
}
.AnyTagClassName
{
color: #7DCD3F;
}
</style>
background-color css
<style>
a { background-color: #7DCD3F; }
a { background-color: rgb(125,205,63); }
div.DivClassName
{
background-color: #7DCD3F;
}
.BgClassName
{
background-color: #7DCD3F;
}
</style>
border-color css
<style>
span { border-color: #7DCD3F; }
span { border-color: rgb(125,205,63); }
td.TdClassName
{
border-color: #7DCD3F;
}
.TagClassName
{
border-color: #7DCD3F;
}
</style>