Shades of Mantis #7DC258
Tints of Mantis #7DC258
RGB
CMYK
RGB Variations
Color information
#7DC258 (or 0x7DC258) is known color: Mantis. HEX triplet: 7D, C2 and 58. RGB value is (125,194,88). Sum of RGB (Red+Green+Blue) = 125+194+88=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC258 is #823DA7. Grayscale: #A1A1A1. Windows color (decimal): -8535464 or 5816957. OLE color: 5816957.
HSL color Cylindrical-coordinate representation of color #7DC258: hue angle of 99.06º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DC258 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 194 | 88 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.24 |
| HSL | 99.06º | 0.46% | 0.55% | - |
| HSV(B) | 99.06º | 0.55% | 0.76% | - |
| XYZ | 29.51 | 43.65 | 16.1 | - |
| YUV | 161.29 | 86.64 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 88 | 0.36 | 0 | 0.55 | 0.24 | 99.06 | 0.46 | 0.55 |
| Hex | 7D | C2 | 58 | 24 | 0 | 37 | 18 | 63 | 2E | 37 |
| Octal | 175 | 302 | 130 | 44 | 0 | 67 | 30 | 143 | 56 | 67 |
| Binary | 1111101 | 11000010 | 1011000 | 100100 | 0 | 110111 | 11000 | 1100011 | 101110 | 110111 |
Color Harmonies of #7DC258
Complementary color
Monochromatic Colors of #7DC258
Black with #7DC258
Text Example
Text Example
White with #7DC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC258; }
p { color: rgb(125,194,88); }
H1.HeaderClassName
{
color: #7DC258;
}
.AnyTagClassName
{
color: #7DC258;
}
</style>
background-color css
<style>
a { background-color: #7DC258; }
a { background-color: rgb(125,194,88); }
div.DivClassName
{
background-color: #7DC258;
}
.BgClassName
{
background-color: #7DC258;
}
</style>
border-color css
<style>
span { border-color: #7DC258; }
span { border-color: rgb(125,194,88); }
td.TdClassName
{
border-color: #7DC258;
}
.TagClassName
{
border-color: #7DC258;
}
</style>