Shades of Mantis #7DCB4D
Tints of Mantis #7DCB4D
RGB
CMYK
RGB Variations
Color information
#7DCB4D (or 0x7DCB4D) is known color: Mantis. HEX triplet: 7D, CB and 4D. RGB value is (125,203,77). Sum of RGB (Red+Green+Blue) = 125+203+77=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCB4D is #8234B2. Grayscale: #A5A5A5. Windows color (decimal): -8533171 or 5098365. OLE color: 5098365.
HSL color Cylindrical-coordinate representation of color #7DCB4D: hue angle of 97.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DCB4D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 77 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.20 |
| HSL | 97.14º | 0.55% | 0.55% | - |
| HSV(B) | 97.14º | 0.62% | 0.8% | - |
| XYZ | 31.15 | 47.61 | 14.57 | - |
| YUV | 165.31 | 78.16 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 77 | 0.38 | 0 | 0.62 | 0.20 | 97.14 | 0.55 | 0.55 |
| Hex | 7D | CB | 4D | 26 | 0 | 3E | 14 | 61 | 37 | 37 |
| Octal | 175 | 313 | 115 | 46 | 0 | 76 | 24 | 141 | 67 | 67 |
| Binary | 1111101 | 11001011 | 1001101 | 100110 | 0 | 111110 | 10100 | 1100001 | 110111 | 110111 |
Color Harmonies of #7DCB4D
Complementary color
Monochromatic Colors of #7DCB4D
Black with #7DCB4D
Text Example
Text Example
White with #7DCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCB4D; }
p { color: rgb(125,203,77); }
H1.HeaderClassName
{
color: #7DCB4D;
}
.AnyTagClassName
{
color: #7DCB4D;
}
</style>
background-color css
<style>
a { background-color: #7DCB4D; }
a { background-color: rgb(125,203,77); }
div.DivClassName
{
background-color: #7DCB4D;
}
.BgClassName
{
background-color: #7DCB4D;
}
</style>
border-color css
<style>
span { border-color: #7DCB4D; }
span { border-color: rgb(125,203,77); }
td.TdClassName
{
border-color: #7DCB4D;
}
.TagClassName
{
border-color: #7DCB4D;
}
</style>