Shades of Mantis #7DCB3E
Tints of Mantis #7DCB3E
RGB
CMYK
RGB Variations
Color information
#7DCB3E (or 0x7DCB3E) is known color: Mantis. HEX triplet: 7D, CB and 3E. RGB value is (125,203,62). Sum of RGB (Red+Green+Blue) = 125+203+62=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCB3E is #8234C1. Grayscale: #A4A4A4. Windows color (decimal): -8533186 or 4115325. OLE color: 4115325.
HSL color Cylindrical-coordinate representation of color #7DCB3E: hue angle of 93.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DCB3E is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 62 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.20 |
| HSL | 93.19º | 0.58% | 0.52% | - |
| HSV(B) | 93.19º | 0.69% | 0.8% | - |
| XYZ | 30.68 | 47.42 | 12.09 | - |
| YUV | 163.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 62 | 0.38 | 0 | 0.69 | 0.20 | 93.19 | 0.58 | 0.52 |
| Hex | 7D | CB | 3E | 26 | 0 | 45 | 14 | 5D | 3A | 34 |
| Octal | 175 | 313 | 76 | 46 | 0 | 105 | 24 | 135 | 72 | 64 |
| Binary | 1111101 | 11001011 | 111110 | 100110 | 0 | 1000101 | 10100 | 1011101 | 111010 | 110100 |
Color Harmonies of #7DCB3E
Complementary color
Monochromatic Colors of #7DCB3E
Black with #7DCB3E
Text Example
Text Example
White with #7DCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCB3E; }
p { color: rgb(125,203,62); }
H1.HeaderClassName
{
color: #7DCB3E;
}
.AnyTagClassName
{
color: #7DCB3E;
}
</style>
background-color css
<style>
a { background-color: #7DCB3E; }
a { background-color: rgb(125,203,62); }
div.DivClassName
{
background-color: #7DCB3E;
}
.BgClassName
{
background-color: #7DCB3E;
}
</style>
border-color css
<style>
span { border-color: #7DCB3E; }
span { border-color: rgb(125,203,62); }
td.TdClassName
{
border-color: #7DCB3E;
}
.TagClassName
{
border-color: #7DCB3E;
}
</style>