Shades of Mantis #7DED46
Tints of Mantis #7DED46
RGB
CMYK
RGB Variations
Color information
#7DED46 (or 0x7DED46) is known color: Mantis. HEX triplet: 7D, ED and 46. RGB value is (125,237,70). Sum of RGB (Red+Green+Blue) = 125+237+70=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DED46 is #8212B9. Grayscale: #B9B9B9. Windows color (decimal): -8524474 or 4648317. OLE color: 4648317.
HSL color Cylindrical-coordinate representation of color #7DED46: hue angle of 100.24º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DED46 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 70 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.07 |
| HSL | 100.24º | 0.82% | 0.6% | - |
| HSV(B) | 100.24º | 0.7% | 0.93% | - |
| XYZ | 39.85 | 65.37 | 16.31 | - |
| YUV | 184.47 | 63.39 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 70 | 0.47 | 0 | 0.70 | 0.07 | 100.24 | 0.82 | 0.6 |
| Hex | 7D | ED | 46 | 2F | 0 | 46 | 7 | 64 | 52 | 3C |
| Octal | 175 | 355 | 106 | 57 | 0 | 106 | 7 | 144 | 122 | 74 |
| Binary | 1111101 | 11101101 | 1000110 | 101111 | 0 | 1000110 | 111 | 1100100 | 1010010 | 111100 |
Color Harmonies of #7DED46
Complementary color
Monochromatic Colors of #7DED46
Black with #7DED46
Text Example
Text Example
White with #7DED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED46; }
p { color: rgb(125,237,70); }
H1.HeaderClassName
{
color: #7DED46;
}
.AnyTagClassName
{
color: #7DED46;
}
</style>
background-color css
<style>
a { background-color: #7DED46; }
a { background-color: rgb(125,237,70); }
div.DivClassName
{
background-color: #7DED46;
}
.BgClassName
{
background-color: #7DED46;
}
</style>
border-color css
<style>
span { border-color: #7DED46; }
span { border-color: rgb(125,237,70); }
td.TdClassName
{
border-color: #7DED46;
}
.TagClassName
{
border-color: #7DED46;
}
</style>