Shades of Mantis #7DDA40
Tints of Mantis #7DDA40
RGB
CMYK
RGB Variations
Color information
#7DDA40 (or 0x7DDA40) is known color: Mantis. HEX triplet: 7D, DA and 40. RGB value is (125,218,64). Sum of RGB (Red+Green+Blue) = 125+218+64=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDA40 is #8225BF. Grayscale: #ADADAD. Windows color (decimal): -8529344 or 4250237. OLE color: 4250237.
HSL color Cylindrical-coordinate representation of color #7DDA40: hue angle of 96.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DDA40 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 64 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.15 |
| HSL | 96.23º | 0.68% | 0.55% | - |
| HSV(B) | 96.23º | 0.71% | 0.85% | - |
| XYZ | 34.45 | 54.87 | 13.63 | - |
| YUV | 172.64 | 66.69 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 64 | 0.43 | 0 | 0.71 | 0.15 | 96.23 | 0.68 | 0.55 |
| Hex | 7D | DA | 40 | 2B | 0 | 47 | F | 60 | 44 | 37 |
| Octal | 175 | 332 | 100 | 53 | 0 | 107 | 17 | 140 | 104 | 67 |
| Binary | 1111101 | 11011010 | 1000000 | 101011 | 0 | 1000111 | 1111 | 1100000 | 1000100 | 110111 |
Color Harmonies of #7DDA40
Complementary color
Monochromatic Colors of #7DDA40
Black with #7DDA40
Text Example
Text Example
White with #7DDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA40; }
p { color: rgb(125,218,64); }
H1.HeaderClassName
{
color: #7DDA40;
}
.AnyTagClassName
{
color: #7DDA40;
}
</style>
background-color css
<style>
a { background-color: #7DDA40; }
a { background-color: rgb(125,218,64); }
div.DivClassName
{
background-color: #7DDA40;
}
.BgClassName
{
background-color: #7DDA40;
}
</style>
border-color css
<style>
span { border-color: #7DDA40; }
span { border-color: rgb(125,218,64); }
td.TdClassName
{
border-color: #7DDA40;
}
.TagClassName
{
border-color: #7DDA40;
}
</style>