Shades of Mantis #7DCC67
Tints of Mantis #7DCC67
RGB
CMYK
RGB Variations
Color information
#7DCC67 (or 0x7DCC67) is known color: Mantis. HEX triplet: 7D, CC and 67. RGB value is (125,204,103). Sum of RGB (Red+Green+Blue) = 125+204+103=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC67 is #823398. Grayscale: #A9A9A9. Windows color (decimal): -8532889 or 6802557. OLE color: 6802557.
HSL color Cylindrical-coordinate representation of color #7DCC67: hue angle of 106.93º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCC67 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 103 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.2 |
| HSL | 106.93º | 0.5% | 0.6% | - |
| HSV(B) | 106.93º | 0.5% | 0.8% | - |
| XYZ | 32.5 | 48.52 | 20.49 | - |
| YUV | 168.87 | 90.83 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 103 | 0.39 | 0 | 0.50 | 0.2 | 106.93 | 0.5 | 0.6 |
| Hex | 7D | CC | 67 | 27 | 0 | 32 | 14 | 6B | 32 | 3C |
| Octal | 175 | 314 | 147 | 47 | 0 | 62 | 24 | 153 | 62 | 74 |
| Binary | 1111101 | 11001100 | 1100111 | 100111 | 0 | 110010 | 10100 | 1101011 | 110010 | 111100 |
Color Harmonies of #7DCC67
Complementary color
Monochromatic Colors of #7DCC67
Black with #7DCC67
Text Example
Text Example
White with #7DCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC67; }
p { color: rgb(125,204,103); }
H1.HeaderClassName
{
color: #7DCC67;
}
.AnyTagClassName
{
color: #7DCC67;
}
</style>
background-color css
<style>
a { background-color: #7DCC67; }
a { background-color: rgb(125,204,103); }
div.DivClassName
{
background-color: #7DCC67;
}
.BgClassName
{
background-color: #7DCC67;
}
</style>
border-color css
<style>
span { border-color: #7DCC67; }
span { border-color: rgb(125,204,103); }
td.TdClassName
{
border-color: #7DCC67;
}
.TagClassName
{
border-color: #7DCC67;
}
</style>