Shades of Mantis #7DCB6C
Tints of Mantis #7DCB6C
RGB
CMYK
RGB Variations
Color information
#7DCB6C (or 0x7DCB6C) is known color: Mantis. HEX triplet: 7D, CB and 6C. RGB value is (125,203,108). Sum of RGB (Red+Green+Blue) = 125+203+108=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCB6C is #823493. Grayscale: #A9A9A9. Windows color (decimal): -8533140 or 7129981. OLE color: 7129981.
HSL color Cylindrical-coordinate representation of color #7DCB6C: hue angle of 109.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DCB6C is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 108 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.20 |
| HSL | 109.26º | 0.48% | 0.61% | - |
| HSV(B) | 109.26º | 0.47% | 0.8% | - |
| XYZ | 32.52 | 48.15 | 21.77 | - |
| YUV | 168.85 | 93.66 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 108 | 0.38 | 0 | 0.47 | 0.20 | 109.26 | 0.48 | 0.61 |
| Hex | 7D | CB | 6C | 26 | 0 | 2F | 14 | 6D | 30 | 3D |
| Octal | 175 | 313 | 154 | 46 | 0 | 57 | 24 | 155 | 60 | 75 |
| Binary | 1111101 | 11001011 | 1101100 | 100110 | 0 | 101111 | 10100 | 1101101 | 110000 | 111101 |
Color Harmonies of #7DCB6C
Complementary color
Monochromatic Colors of #7DCB6C
Black with #7DCB6C
Text Example
Text Example
White with #7DCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCB6C; }
p { color: rgb(125,203,108); }
H1.HeaderClassName
{
color: #7DCB6C;
}
.AnyTagClassName
{
color: #7DCB6C;
}
</style>
background-color css
<style>
a { background-color: #7DCB6C; }
a { background-color: rgb(125,203,108); }
div.DivClassName
{
background-color: #7DCB6C;
}
.BgClassName
{
background-color: #7DCB6C;
}
</style>
border-color css
<style>
span { border-color: #7DCB6C; }
span { border-color: rgb(125,203,108); }
td.TdClassName
{
border-color: #7DCB6C;
}
.TagClassName
{
border-color: #7DCB6C;
}
</style>