Shades of Mantis #7DE250
Tints of Mantis #7DE250
RGB
CMYK
RGB Variations
Color information
#7DE250 (or 0x7DE250) is known color: Mantis. HEX triplet: 7D, E2 and 50. RGB value is (125,226,80). Sum of RGB (Red+Green+Blue) = 125+226+80=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE250 is #821DAF. Grayscale: #B3B3B3. Windows color (decimal): -8527280 or 5300861. OLE color: 5300861.
HSL color Cylindrical-coordinate representation of color #7DE250: hue angle of 101.51º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DE250 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 226 | 80 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.11 |
| HSL | 101.51º | 0.72% | 0.6% | - |
| HSV(B) | 101.51º | 0.65% | 0.89% | - |
| XYZ | 37.1 | 59.33 | 17.09 | - |
| YUV | 179.16 | 72.04 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 226 | 80 | 0.45 | 0 | 0.65 | 0.11 | 101.51 | 0.72 | 0.6 |
| Hex | 7D | E2 | 50 | 2D | 0 | 41 | B | 66 | 48 | 3C |
| Octal | 175 | 342 | 120 | 55 | 0 | 101 | 13 | 146 | 110 | 74 |
| Binary | 1111101 | 11100010 | 1010000 | 101101 | 0 | 1000001 | 1011 | 1100110 | 1001000 | 111100 |
Color Harmonies of #7DE250
Complementary color
Monochromatic Colors of #7DE250
Black with #7DE250
Text Example
Text Example
White with #7DE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE250; }
p { color: rgb(125,226,80); }
H1.HeaderClassName
{
color: #7DE250;
}
.AnyTagClassName
{
color: #7DE250;
}
</style>
background-color css
<style>
a { background-color: #7DE250; }
a { background-color: rgb(125,226,80); }
div.DivClassName
{
background-color: #7DE250;
}
.BgClassName
{
background-color: #7DE250;
}
</style>
border-color css
<style>
span { border-color: #7DE250; }
span { border-color: rgb(125,226,80); }
td.TdClassName
{
border-color: #7DE250;
}
.TagClassName
{
border-color: #7DE250;
}
</style>