Shades of Mantis #7DED45
Tints of Mantis #7DED45
RGB
CMYK
RGB Variations
Color information
#7DED45 (or 0x7DED45) is known color: Mantis. HEX triplet: 7D, ED and 45. RGB value is (125,237,69). Sum of RGB (Red+Green+Blue) = 125+237+69=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DED45 is #8212BA. Grayscale: #B8B8B8. Windows color (decimal): -8524475 or 4582781. OLE color: 4582781.
HSL color Cylindrical-coordinate representation of color #7DED45: hue angle of 100º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DED45 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 69 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.07 |
| HSL | 100º | 0.82% | 0.6% | - |
| HSV(B) | 100º | 0.71% | 0.93% | - |
| XYZ | 39.82 | 65.36 | 16.15 | - |
| YUV | 184.36 | 62.89 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 69 | 0.47 | 0 | 0.71 | 0.07 | 100 | 0.82 | 0.6 |
| Hex | 7D | ED | 45 | 2F | 0 | 47 | 7 | 64 | 52 | 3C |
| Octal | 175 | 355 | 105 | 57 | 0 | 107 | 7 | 144 | 122 | 74 |
| Binary | 1111101 | 11101101 | 1000101 | 101111 | 0 | 1000111 | 111 | 1100100 | 1010010 | 111100 |
Color Harmonies of #7DED45
Complementary color
Monochromatic Colors of #7DED45
Black with #7DED45
Text Example
Text Example
White with #7DED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED45; }
p { color: rgb(125,237,69); }
H1.HeaderClassName
{
color: #7DED45;
}
.AnyTagClassName
{
color: #7DED45;
}
</style>
background-color css
<style>
a { background-color: #7DED45; }
a { background-color: rgb(125,237,69); }
div.DivClassName
{
background-color: #7DED45;
}
.BgClassName
{
background-color: #7DED45;
}
</style>
border-color css
<style>
span { border-color: #7DED45; }
span { border-color: rgb(125,237,69); }
td.TdClassName
{
border-color: #7DED45;
}
.TagClassName
{
border-color: #7DED45;
}
</style>