Shades of Mantis #7DED49
Tints of Mantis #7DED49
RGB
CMYK
RGB Variations
Color information
#7DED49 (or 0x7DED49) is known color: Mantis. HEX triplet: 7D, ED and 49. RGB value is (125,237,73). Sum of RGB (Red+Green+Blue) = 125+237+73=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DED49 is #8212B6. Grayscale: #B9B9B9. Windows color (decimal): -8524471 or 4844925. OLE color: 4844925.
HSL color Cylindrical-coordinate representation of color #7DED49: hue angle of 100.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DED49 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 73 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.07 |
| HSL | 100.98º | 0.82% | 0.61% | - |
| HSV(B) | 100.98º | 0.69% | 0.93% | - |
| XYZ | 39.94 | 65.41 | 16.82 | - |
| YUV | 184.82 | 64.89 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 73 | 0.47 | 0 | 0.69 | 0.07 | 100.98 | 0.82 | 0.61 |
| Hex | 7D | ED | 49 | 2F | 0 | 45 | 7 | 65 | 52 | 3D |
| Octal | 175 | 355 | 111 | 57 | 0 | 105 | 7 | 145 | 122 | 75 |
| Binary | 1111101 | 11101101 | 1001001 | 101111 | 0 | 1000101 | 111 | 1100101 | 1010010 | 111101 |
Color Harmonies of #7DED49
Complementary color
Monochromatic Colors of #7DED49
Black with #7DED49
Text Example
Text Example
White with #7DED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED49; }
p { color: rgb(125,237,73); }
H1.HeaderClassName
{
color: #7DED49;
}
.AnyTagClassName
{
color: #7DED49;
}
</style>
background-color css
<style>
a { background-color: #7DED49; }
a { background-color: rgb(125,237,73); }
div.DivClassName
{
background-color: #7DED49;
}
.BgClassName
{
background-color: #7DED49;
}
</style>
border-color css
<style>
span { border-color: #7DED49; }
span { border-color: rgb(125,237,73); }
td.TdClassName
{
border-color: #7DED49;
}
.TagClassName
{
border-color: #7DED49;
}
</style>