Shades of Mantis #7DDA60
Tints of Mantis #7DDA60
RGB
CMYK
RGB Variations
Color information
#7DDA60 (or 0x7DDA60) is known color: Mantis. HEX triplet: 7D, DA and 60. RGB value is (125,218,96). Sum of RGB (Red+Green+Blue) = 125+218+96=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA60 is #82259F. Grayscale: #B0B0B0. Windows color (decimal): -8529312 or 6347389. OLE color: 6347389.
HSL color Cylindrical-coordinate representation of color #7DDA60: hue angle of 105.74º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DDA60 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 96 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.15 |
| HSL | 105.74º | 0.62% | 0.62% | - |
| HSV(B) | 105.74º | 0.56% | 0.85% | - |
| XYZ | 35.64 | 55.35 | 19.87 | - |
| YUV | 176.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 96 | 0.43 | 0 | 0.56 | 0.15 | 105.74 | 0.62 | 0.62 |
| Hex | 7D | DA | 60 | 2B | 0 | 38 | F | 6A | 3E | 3E |
| Octal | 175 | 332 | 140 | 53 | 0 | 70 | 17 | 152 | 76 | 76 |
| Binary | 1111101 | 11011010 | 1100000 | 101011 | 0 | 111000 | 1111 | 1101010 | 111110 | 111110 |
Color Harmonies of #7DDA60
Complementary color
Monochromatic Colors of #7DDA60
Black with #7DDA60
Text Example
Text Example
White with #7DDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA60; }
p { color: rgb(125,218,96); }
H1.HeaderClassName
{
color: #7DDA60;
}
.AnyTagClassName
{
color: #7DDA60;
}
</style>
background-color css
<style>
a { background-color: #7DDA60; }
a { background-color: rgb(125,218,96); }
div.DivClassName
{
background-color: #7DDA60;
}
.BgClassName
{
background-color: #7DDA60;
}
</style>
border-color css
<style>
span { border-color: #7DDA60; }
span { border-color: rgb(125,218,96); }
td.TdClassName
{
border-color: #7DDA60;
}
.TagClassName
{
border-color: #7DDA60;
}
</style>