Shades of Mantis #7DDB5A
Tints of Mantis #7DDB5A
RGB
CMYK
RGB Variations
Color information
#7DDB5A (or 0x7DDB5A) is known color: Mantis. HEX triplet: 7D, DB and 5A. RGB value is (125,219,90). Sum of RGB (Red+Green+Blue) = 125+219+90=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB5A is #8224A5. Grayscale: #B0B0B0. Windows color (decimal): -8529062 or 5954429. OLE color: 5954429.
HSL color Cylindrical-coordinate representation of color #7DDB5A: hue angle of 103.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DDB5A is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 90 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.14 |
| HSL | 103.72º | 0.64% | 0.61% | - |
| HSV(B) | 103.72º | 0.59% | 0.86% | - |
| XYZ | 35.63 | 55.76 | 18.56 | - |
| YUV | 176.19 | 79.36 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 90 | 0.43 | 0 | 0.59 | 0.14 | 103.72 | 0.64 | 0.61 |
| Hex | 7D | DB | 5A | 2B | 0 | 3B | E | 68 | 40 | 3D |
| Octal | 175 | 333 | 132 | 53 | 0 | 73 | 16 | 150 | 100 | 75 |
| Binary | 1111101 | 11011011 | 1011010 | 101011 | 0 | 111011 | 1110 | 1101000 | 1000000 | 111101 |
Color Harmonies of #7DDB5A
Complementary color
Monochromatic Colors of #7DDB5A
Black with #7DDB5A
Text Example
Text Example
White with #7DDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB5A; }
p { color: rgb(125,219,90); }
H1.HeaderClassName
{
color: #7DDB5A;
}
.AnyTagClassName
{
color: #7DDB5A;
}
</style>
background-color css
<style>
a { background-color: #7DDB5A; }
a { background-color: rgb(125,219,90); }
div.DivClassName
{
background-color: #7DDB5A;
}
.BgClassName
{
background-color: #7DDB5A;
}
</style>
border-color css
<style>
span { border-color: #7DDB5A; }
span { border-color: rgb(125,219,90); }
td.TdClassName
{
border-color: #7DDB5A;
}
.TagClassName
{
border-color: #7DDB5A;
}
</style>