Shades of Mantis #7DDA5B
Tints of Mantis #7DDA5B
RGB
CMYK
RGB Variations
Color information
#7DDA5B (or 0x7DDA5B) is known color: Mantis. HEX triplet: 7D, DA and 5B. RGB value is (125,218,91). Sum of RGB (Red+Green+Blue) = 125+218+91=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA5B is #8225A4. Grayscale: #B0B0B0. Windows color (decimal): -8529317 or 6019709. OLE color: 6019709.
HSL color Cylindrical-coordinate representation of color #7DDA5B: hue angle of 103.94º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DDA5B is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 91 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.15 |
| HSL | 103.94º | 0.63% | 0.61% | - |
| HSV(B) | 103.94º | 0.58% | 0.85% | - |
| XYZ | 35.42 | 55.26 | 18.7 | - |
| YUV | 175.72 | 80.19 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 91 | 0.43 | 0 | 0.58 | 0.15 | 103.94 | 0.63 | 0.61 |
| Hex | 7D | DA | 5B | 2B | 0 | 3A | F | 68 | 3F | 3D |
| Octal | 175 | 332 | 133 | 53 | 0 | 72 | 17 | 150 | 77 | 75 |
| Binary | 1111101 | 11011010 | 1011011 | 101011 | 0 | 111010 | 1111 | 1101000 | 111111 | 111101 |
Color Harmonies of #7DDA5B
Complementary color
Monochromatic Colors of #7DDA5B
Black with #7DDA5B
Text Example
Text Example
White with #7DDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA5B; }
p { color: rgb(125,218,91); }
H1.HeaderClassName
{
color: #7DDA5B;
}
.AnyTagClassName
{
color: #7DDA5B;
}
</style>
background-color css
<style>
a { background-color: #7DDA5B; }
a { background-color: rgb(125,218,91); }
div.DivClassName
{
background-color: #7DDA5B;
}
.BgClassName
{
background-color: #7DDA5B;
}
</style>
border-color css
<style>
span { border-color: #7DDA5B; }
span { border-color: rgb(125,218,91); }
td.TdClassName
{
border-color: #7DDA5B;
}
.TagClassName
{
border-color: #7DDA5B;
}
</style>