Shades of Mantis #7DCF57
Tints of Mantis #7DCF57
RGB
CMYK
RGB Variations
Color information
#7DCF57 (or 0x7DCF57) is known color: Mantis. HEX triplet: 7D, CF and 57. RGB value is (125,207,87). Sum of RGB (Red+Green+Blue) = 125+207+87=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF57 is #8230A8. Grayscale: #A9A9A9. Windows color (decimal): -8532137 or 5754749. OLE color: 5754749.
HSL color Cylindrical-coordinate representation of color #7DCF57: hue angle of 101º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DCF57 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 87 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.19 |
| HSL | 101º | 0.56% | 0.58% | - |
| HSV(B) | 101º | 0.58% | 0.81% | - |
| XYZ | 32.49 | 49.67 | 16.89 | - |
| YUV | 168.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 87 | 0.40 | 0 | 0.58 | 0.19 | 101 | 0.56 | 0.58 |
| Hex | 7D | CF | 57 | 28 | 0 | 3A | 13 | 65 | 38 | 3A |
| Octal | 175 | 317 | 127 | 50 | 0 | 72 | 23 | 145 | 70 | 72 |
| Binary | 1111101 | 11001111 | 1010111 | 101000 | 0 | 111010 | 10011 | 1100101 | 111000 | 111010 |
Color Harmonies of #7DCF57
Complementary color
Monochromatic Colors of #7DCF57
Black with #7DCF57
Text Example
Text Example
White with #7DCF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF57; }
p { color: rgb(125,207,87); }
H1.HeaderClassName
{
color: #7DCF57;
}
.AnyTagClassName
{
color: #7DCF57;
}
</style>
background-color css
<style>
a { background-color: #7DCF57; }
a { background-color: rgb(125,207,87); }
div.DivClassName
{
background-color: #7DCF57;
}
.BgClassName
{
background-color: #7DCF57;
}
</style>
border-color css
<style>
span { border-color: #7DCF57; }
span { border-color: rgb(125,207,87); }
td.TdClassName
{
border-color: #7DCF57;
}
.TagClassName
{
border-color: #7DCF57;
}
</style>