Shades of Mantis #7DDA50
Tints of Mantis #7DDA50
RGB
CMYK
RGB Variations
Color information
#7DDA50 (or 0x7DDA50) is known color: Mantis. HEX triplet: 7D, DA and 50. RGB value is (125,218,80). Sum of RGB (Red+Green+Blue) = 125+218+80=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA50 is #8225AF. Grayscale: #AEAEAE. Windows color (decimal): -8529328 or 5298813. OLE color: 5298813.
HSL color Cylindrical-coordinate representation of color #7DDA50: hue angle of 100.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DDA50 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 80 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.15 |
| HSL | 100.43º | 0.65% | 0.58% | - |
| HSV(B) | 100.43º | 0.63% | 0.85% | - |
| XYZ | 34.98 | 55.08 | 16.38 | - |
| YUV | 174.46 | 74.69 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 80 | 0.43 | 0 | 0.63 | 0.15 | 100.43 | 0.65 | 0.58 |
| Hex | 7D | DA | 50 | 2B | 0 | 3F | F | 64 | 41 | 3A |
| Octal | 175 | 332 | 120 | 53 | 0 | 77 | 17 | 144 | 101 | 72 |
| Binary | 1111101 | 11011010 | 1010000 | 101011 | 0 | 111111 | 1111 | 1100100 | 1000001 | 111010 |
Color Harmonies of #7DDA50
Complementary color
Monochromatic Colors of #7DDA50
Black with #7DDA50
Text Example
Text Example
White with #7DDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA50; }
p { color: rgb(125,218,80); }
H1.HeaderClassName
{
color: #7DDA50;
}
.AnyTagClassName
{
color: #7DDA50;
}
</style>
background-color css
<style>
a { background-color: #7DDA50; }
a { background-color: rgb(125,218,80); }
div.DivClassName
{
background-color: #7DDA50;
}
.BgClassName
{
background-color: #7DDA50;
}
</style>
border-color css
<style>
span { border-color: #7DDA50; }
span { border-color: rgb(125,218,80); }
td.TdClassName
{
border-color: #7DDA50;
}
.TagClassName
{
border-color: #7DDA50;
}
</style>