Shades of Mantis #7DD258
Tints of Mantis #7DD258
RGB
CMYK
RGB Variations
Color information
#7DD258 (or 0x7DD258) is known color: Mantis. HEX triplet: 7D, D2 and 58. RGB value is (125,210,88). Sum of RGB (Red+Green+Blue) = 125+210+88=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD258 is #822DA7. Grayscale: #ABABAB. Windows color (decimal): -8531368 or 5821053. OLE color: 5821053.
HSL color Cylindrical-coordinate representation of color #7DD258: hue angle of 101.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DD258 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 88 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.18 |
| HSL | 101.8º | 0.58% | 0.58% | - |
| HSV(B) | 101.8º | 0.58% | 0.82% | - |
| XYZ | 33.27 | 51.16 | 17.35 | - |
| YUV | 170.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 88 | 0.40 | 0 | 0.58 | 0.18 | 101.8 | 0.58 | 0.58 |
| Hex | 7D | D2 | 58 | 28 | 0 | 3A | 12 | 66 | 3A | 3A |
| Octal | 175 | 322 | 130 | 50 | 0 | 72 | 22 | 146 | 72 | 72 |
| Binary | 1111101 | 11010010 | 1011000 | 101000 | 0 | 111010 | 10010 | 1100110 | 111010 | 111010 |
Color Harmonies of #7DD258
Complementary color
Monochromatic Colors of #7DD258
Black with #7DD258
Text Example
Text Example
White with #7DD258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD258; }
p { color: rgb(125,210,88); }
H1.HeaderClassName
{
color: #7DD258;
}
.AnyTagClassName
{
color: #7DD258;
}
</style>
background-color css
<style>
a { background-color: #7DD258; }
a { background-color: rgb(125,210,88); }
div.DivClassName
{
background-color: #7DD258;
}
.BgClassName
{
background-color: #7DD258;
}
</style>
border-color css
<style>
span { border-color: #7DD258; }
span { border-color: rgb(125,210,88); }
td.TdClassName
{
border-color: #7DD258;
}
.TagClassName
{
border-color: #7DD258;
}
</style>