Shades of Mantis #7DDB59
Tints of Mantis #7DDB59
RGB
CMYK
RGB Variations
Color information
#7DDB59 (or 0x7DDB59) is known color: Mantis. HEX triplet: 7D, DB and 59. RGB value is (125,219,89). Sum of RGB (Red+Green+Blue) = 125+219+89=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB59 is #8224A6. Grayscale: #B0B0B0. Windows color (decimal): -8529063 or 5888893. OLE color: 5888893.
HSL color Cylindrical-coordinate representation of color #7DDB59: hue angle of 103.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DDB59 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 89 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.14 |
| HSL | 103.38º | 0.64% | 0.6% | - |
| HSV(B) | 103.38º | 0.59% | 0.86% | - |
| XYZ | 35.59 | 55.74 | 18.34 | - |
| YUV | 176.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 89 | 0.43 | 0 | 0.59 | 0.14 | 103.38 | 0.64 | 0.6 |
| Hex | 7D | DB | 59 | 2B | 0 | 3B | E | 67 | 40 | 3C |
| Octal | 175 | 333 | 131 | 53 | 0 | 73 | 16 | 147 | 100 | 74 |
| Binary | 1111101 | 11011011 | 1011001 | 101011 | 0 | 111011 | 1110 | 1100111 | 1000000 | 111100 |
Color Harmonies of #7DDB59
Complementary color
Monochromatic Colors of #7DDB59
Black with #7DDB59
Text Example
Text Example
White with #7DDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB59; }
p { color: rgb(125,219,89); }
H1.HeaderClassName
{
color: #7DDB59;
}
.AnyTagClassName
{
color: #7DDB59;
}
</style>
background-color css
<style>
a { background-color: #7DDB59; }
a { background-color: rgb(125,219,89); }
div.DivClassName
{
background-color: #7DDB59;
}
.BgClassName
{
background-color: #7DDB59;
}
</style>
border-color css
<style>
span { border-color: #7DDB59; }
span { border-color: rgb(125,219,89); }
td.TdClassName
{
border-color: #7DDB59;
}
.TagClassName
{
border-color: #7DDB59;
}
</style>