Shades of Mantis #7DDA5A
Tints of Mantis #7DDA5A
RGB
CMYK
RGB Variations
Color information
#7DDA5A (or 0x7DDA5A) is known color: Mantis. HEX triplet: 7D, DA and 5A. RGB value is (125,218,90). Sum of RGB (Red+Green+Blue) = 125+218+90=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA5A is #8225A5. Grayscale: #B0B0B0. Windows color (decimal): -8529318 or 5954173. OLE color: 5954173.
HSL color Cylindrical-coordinate representation of color #7DDA5A: hue angle of 103.59º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DDA5A is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 90 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.15 |
| HSL | 103.59º | 0.63% | 0.6% | - |
| HSV(B) | 103.59º | 0.59% | 0.85% | - |
| XYZ | 35.37 | 55.24 | 18.47 | - |
| YUV | 175.6 | 79.69 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 90 | 0.43 | 0 | 0.59 | 0.15 | 103.59 | 0.63 | 0.6 |
| Hex | 7D | DA | 5A | 2B | 0 | 3B | F | 68 | 3F | 3C |
| Octal | 175 | 332 | 132 | 53 | 0 | 73 | 17 | 150 | 77 | 74 |
| Binary | 1111101 | 11011010 | 1011010 | 101011 | 0 | 111011 | 1111 | 1101000 | 111111 | 111100 |
Color Harmonies of #7DDA5A
Complementary color
Monochromatic Colors of #7DDA5A
Black with #7DDA5A
Text Example
Text Example
White with #7DDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA5A; }
p { color: rgb(125,218,90); }
H1.HeaderClassName
{
color: #7DDA5A;
}
.AnyTagClassName
{
color: #7DDA5A;
}
</style>
background-color css
<style>
a { background-color: #7DDA5A; }
a { background-color: rgb(125,218,90); }
div.DivClassName
{
background-color: #7DDA5A;
}
.BgClassName
{
background-color: #7DDA5A;
}
</style>
border-color css
<style>
span { border-color: #7DDA5A; }
span { border-color: rgb(125,218,90); }
td.TdClassName
{
border-color: #7DDA5A;
}
.TagClassName
{
border-color: #7DDA5A;
}
</style>