Shades of Mantis #7DCF5E
Tints of Mantis #7DCF5E
RGB
CMYK
RGB Variations
Color information
#7DCF5E (or 0x7DCF5E) is known color: Mantis. HEX triplet: 7D, CF and 5E. RGB value is (125,207,94). Sum of RGB (Red+Green+Blue) = 125+207+94=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF5E is #8230A1. Grayscale: #A9A9A9. Windows color (decimal): -8532130 or 6213501. OLE color: 6213501.
HSL color Cylindrical-coordinate representation of color #7DCF5E: hue angle of 103.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DCF5E is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 94 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.19 |
| HSL | 103.54º | 0.54% | 0.59% | - |
| HSV(B) | 103.54º | 0.55% | 0.81% | - |
| XYZ | 32.79 | 49.79 | 18.47 | - |
| YUV | 169.6 | 85.33 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 94 | 0.40 | 0 | 0.55 | 0.19 | 103.54 | 0.54 | 0.59 |
| Hex | 7D | CF | 5E | 28 | 0 | 37 | 13 | 68 | 36 | 3B |
| Octal | 175 | 317 | 136 | 50 | 0 | 67 | 23 | 150 | 66 | 73 |
| Binary | 1111101 | 11001111 | 1011110 | 101000 | 0 | 110111 | 10011 | 1101000 | 110110 | 111011 |
Color Harmonies of #7DCF5E
Complementary color
Monochromatic Colors of #7DCF5E
Black with #7DCF5E
Text Example
Text Example
White with #7DCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF5E; }
p { color: rgb(125,207,94); }
H1.HeaderClassName
{
color: #7DCF5E;
}
.AnyTagClassName
{
color: #7DCF5E;
}
</style>
background-color css
<style>
a { background-color: #7DCF5E; }
a { background-color: rgb(125,207,94); }
div.DivClassName
{
background-color: #7DCF5E;
}
.BgClassName
{
background-color: #7DCF5E;
}
</style>
border-color css
<style>
span { border-color: #7DCF5E; }
span { border-color: rgb(125,207,94); }
td.TdClassName
{
border-color: #7DCF5E;
}
.TagClassName
{
border-color: #7DCF5E;
}
</style>