Shades of Mantis #7DC066
Tints of Mantis #7DC066
RGB
CMYK
RGB Variations
Color information
#7DC066 (or 0x7DC066) is known color: Mantis. HEX triplet: 7D, C0 and 66. RGB value is (125,192,102). Sum of RGB (Red+Green+Blue) = 125+192+102=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC066 is #823F99. Grayscale: #A2A2A2. Windows color (decimal): -8535962 or 6733949. OLE color: 6733949.
HSL color Cylindrical-coordinate representation of color #7DC066: hue angle of 104.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC066 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 102 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.25 |
| HSL | 104.67º | 0.42% | 0.58% | - |
| HSV(B) | 104.67º | 0.47% | 0.75% | - |
| XYZ | 29.71 | 43.02 | 19.31 | - |
| YUV | 161.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 102 | 0.35 | 0 | 0.47 | 0.25 | 104.67 | 0.42 | 0.58 |
| Hex | 7D | C0 | 66 | 23 | 0 | 2F | 19 | 69 | 2A | 3A |
| Octal | 175 | 300 | 146 | 43 | 0 | 57 | 31 | 151 | 52 | 72 |
| Binary | 1111101 | 11000000 | 1100110 | 100011 | 0 | 101111 | 11001 | 1101001 | 101010 | 111010 |
Color Harmonies of #7DC066
Complementary color
Monochromatic Colors of #7DC066
Black with #7DC066
Text Example
Text Example
White with #7DC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC066; }
p { color: rgb(125,192,102); }
H1.HeaderClassName
{
color: #7DC066;
}
.AnyTagClassName
{
color: #7DC066;
}
</style>
background-color css
<style>
a { background-color: #7DC066; }
a { background-color: rgb(125,192,102); }
div.DivClassName
{
background-color: #7DC066;
}
.BgClassName
{
background-color: #7DC066;
}
</style>
border-color css
<style>
span { border-color: #7DC066; }
span { border-color: rgb(125,192,102); }
td.TdClassName
{
border-color: #7DC066;
}
.TagClassName
{
border-color: #7DC066;
}
</style>