Shades of Mantis #7DD758
Tints of Mantis #7DD758
RGB
CMYK
RGB Variations
Color information
#7DD758 (or 0x7DD758) is known color: Mantis. HEX triplet: 7D, D7 and 58. RGB value is (125,215,88). Sum of RGB (Red+Green+Blue) = 125+215+88=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD758 is #8228A7. Grayscale: #AEAEAE. Windows color (decimal): -8530088 or 5822333. OLE color: 5822333.
HSL color Cylindrical-coordinate representation of color #7DD758: hue angle of 102.52º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DD758 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 88 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.16 |
| HSL | 102.52º | 0.61% | 0.59% | - |
| HSV(B) | 102.52º | 0.59% | 0.84% | - |
| XYZ | 34.52 | 53.67 | 17.77 | - |
| YUV | 173.61 | 79.68 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 88 | 0.42 | 0 | 0.59 | 0.16 | 102.52 | 0.61 | 0.59 |
| Hex | 7D | D7 | 58 | 2A | 0 | 3B | 10 | 67 | 3D | 3B |
| Octal | 175 | 327 | 130 | 52 | 0 | 73 | 20 | 147 | 75 | 73 |
| Binary | 1111101 | 11010111 | 1011000 | 101010 | 0 | 111011 | 10000 | 1100111 | 111101 | 111011 |
Color Harmonies of #7DD758
Complementary color
Monochromatic Colors of #7DD758
Black with #7DD758
Text Example
Text Example
White with #7DD758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD758; }
p { color: rgb(125,215,88); }
H1.HeaderClassName
{
color: #7DD758;
}
.AnyTagClassName
{
color: #7DD758;
}
</style>
background-color css
<style>
a { background-color: #7DD758; }
a { background-color: rgb(125,215,88); }
div.DivClassName
{
background-color: #7DD758;
}
.BgClassName
{
background-color: #7DD758;
}
</style>
border-color css
<style>
span { border-color: #7DD758; }
span { border-color: rgb(125,215,88); }
td.TdClassName
{
border-color: #7DD758;
}
.TagClassName
{
border-color: #7DD758;
}
</style>