Shades of Mantis #7DC067
Tints of Mantis #7DC067
RGB
CMYK
RGB Variations
Color information
#7DC067 (or 0x7DC067) is known color: Mantis. HEX triplet: 7D, C0 and 67. RGB value is (125,192,103). Sum of RGB (Red+Green+Blue) = 125+192+103=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC067 is #823F98. Grayscale: #A2A2A2. Windows color (decimal): -8535961 or 6799485. OLE color: 6799485.
HSL color Cylindrical-coordinate representation of color #7DC067: hue angle of 105.17º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DC067 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 103 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.25 |
| HSL | 105.17º | 0.41% | 0.58% | - |
| HSV(B) | 105.17º | 0.46% | 0.75% | - |
| XYZ | 29.76 | 43.04 | 19.57 | - |
| YUV | 161.82 | 94.8 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 103 | 0.35 | 0 | 0.46 | 0.25 | 105.17 | 0.41 | 0.58 |
| Hex | 7D | C0 | 67 | 23 | 0 | 2E | 19 | 69 | 29 | 3A |
| Octal | 175 | 300 | 147 | 43 | 0 | 56 | 31 | 151 | 51 | 72 |
| Binary | 1111101 | 11000000 | 1100111 | 100011 | 0 | 101110 | 11001 | 1101001 | 101001 | 111010 |
Color Harmonies of #7DC067
Complementary color
Monochromatic Colors of #7DC067
Black with #7DC067
Text Example
Text Example
White with #7DC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC067; }
p { color: rgb(125,192,103); }
H1.HeaderClassName
{
color: #7DC067;
}
.AnyTagClassName
{
color: #7DC067;
}
</style>
background-color css
<style>
a { background-color: #7DC067; }
a { background-color: rgb(125,192,103); }
div.DivClassName
{
background-color: #7DC067;
}
.BgClassName
{
background-color: #7DC067;
}
</style>
border-color css
<style>
span { border-color: #7DC067; }
span { border-color: rgb(125,192,103); }
td.TdClassName
{
border-color: #7DC067;
}
.TagClassName
{
border-color: #7DC067;
}
</style>