Shades of Mantis #7DC64F
Tints of Mantis #7DC64F
RGB
CMYK
RGB Variations
Color information
#7DC64F (or 0x7DC64F) is known color: Mantis. HEX triplet: 7D, C6 and 4F. RGB value is (125,198,79). Sum of RGB (Red+Green+Blue) = 125+198+79=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC64F is #8239B0. Grayscale: #A3A3A3. Windows color (decimal): -8534449 or 5228157. OLE color: 5228157.
HSL color Cylindrical-coordinate representation of color #7DC64F: hue angle of 96.81º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DC64F is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 79 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.22 |
| HSL | 96.81º | 0.51% | 0.54% | - |
| HSV(B) | 96.81º | 0.6% | 0.78% | - |
| XYZ | 30.06 | 45.31 | 14.56 | - |
| YUV | 162.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 79 | 0.37 | 0 | 0.60 | 0.22 | 96.81 | 0.51 | 0.54 |
| Hex | 7D | C6 | 4F | 25 | 0 | 3C | 16 | 61 | 33 | 36 |
| Octal | 175 | 306 | 117 | 45 | 0 | 74 | 26 | 141 | 63 | 66 |
| Binary | 1111101 | 11000110 | 1001111 | 100101 | 0 | 111100 | 10110 | 1100001 | 110011 | 110110 |
Color Harmonies of #7DC64F
Complementary color
Monochromatic Colors of #7DC64F
Black with #7DC64F
Text Example
Text Example
White with #7DC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC64F; }
p { color: rgb(125,198,79); }
H1.HeaderClassName
{
color: #7DC64F;
}
.AnyTagClassName
{
color: #7DC64F;
}
</style>
background-color css
<style>
a { background-color: #7DC64F; }
a { background-color: rgb(125,198,79); }
div.DivClassName
{
background-color: #7DC64F;
}
.BgClassName
{
background-color: #7DC64F;
}
</style>
border-color css
<style>
span { border-color: #7DC64F; }
span { border-color: rgb(125,198,79); }
td.TdClassName
{
border-color: #7DC64F;
}
.TagClassName
{
border-color: #7DC64F;
}
</style>