Shades of Mantis #7DDA49
Tints of Mantis #7DDA49
RGB
CMYK
RGB Variations
Color information
#7DDA49 (or 0x7DDA49) is known color: Mantis. HEX triplet: 7D, DA and 49. RGB value is (125,218,73). Sum of RGB (Red+Green+Blue) = 125+218+73=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDA49 is #8225B6. Grayscale: #AEAEAE. Windows color (decimal): -8529335 or 4840061. OLE color: 4840061.
HSL color Cylindrical-coordinate representation of color #7DDA49: hue angle of 98.48º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DDA49 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 73 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.15 |
| HSL | 98.48º | 0.66% | 0.57% | - |
| HSV(B) | 98.48º | 0.67% | 0.85% | - |
| XYZ | 34.73 | 54.98 | 15.09 | - |
| YUV | 173.66 | 71.19 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 73 | 0.43 | 0 | 0.67 | 0.15 | 98.48 | 0.66 | 0.57 |
| Hex | 7D | DA | 49 | 2B | 0 | 43 | F | 62 | 42 | 39 |
| Octal | 175 | 332 | 111 | 53 | 0 | 103 | 17 | 142 | 102 | 71 |
| Binary | 1111101 | 11011010 | 1001001 | 101011 | 0 | 1000011 | 1111 | 1100010 | 1000010 | 111001 |
Color Harmonies of #7DDA49
Complementary color
Monochromatic Colors of #7DDA49
Black with #7DDA49
Text Example
Text Example
White with #7DDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA49; }
p { color: rgb(125,218,73); }
H1.HeaderClassName
{
color: #7DDA49;
}
.AnyTagClassName
{
color: #7DDA49;
}
</style>
background-color css
<style>
a { background-color: #7DDA49; }
a { background-color: rgb(125,218,73); }
div.DivClassName
{
background-color: #7DDA49;
}
.BgClassName
{
background-color: #7DDA49;
}
</style>
border-color css
<style>
span { border-color: #7DDA49; }
span { border-color: rgb(125,218,73); }
td.TdClassName
{
border-color: #7DDA49;
}
.TagClassName
{
border-color: #7DDA49;
}
</style>