Shades of Mantis #7DC63B
Tints of Mantis #7DC63B
RGB
CMYK
RGB Variations
Color information
#7DC63B (or 0x7DC63B) is known color: Mantis. HEX triplet: 7D, C6 and 3B. RGB value is (125,198,59). Sum of RGB (Red+Green+Blue) = 125+198+59=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC63B is #8239C4. Grayscale: #A0A0A0. Windows color (decimal): -8534469 or 3917437. OLE color: 3917437.
HSL color Cylindrical-coordinate representation of color #7DC63B: hue angle of 91.51º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DC63B is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 59 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.22 |
| HSL | 91.51º | 0.55% | 0.5% | - |
| HSV(B) | 91.51º | 0.7% | 0.78% | - |
| XYZ | 29.44 | 45.06 | 11.28 | - |
| YUV | 160.33 | 70.82 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 59 | 0.37 | 0 | 0.70 | 0.22 | 91.51 | 0.55 | 0.5 |
| Hex | 7D | C6 | 3B | 25 | 0 | 46 | 16 | 5C | 37 | 32 |
| Octal | 175 | 306 | 73 | 45 | 0 | 106 | 26 | 134 | 67 | 62 |
| Binary | 1111101 | 11000110 | 111011 | 100101 | 0 | 1000110 | 10110 | 1011100 | 110111 | 110010 |
Color Harmonies of #7DC63B
Complementary color
Monochromatic Colors of #7DC63B
Black with #7DC63B
Text Example
Text Example
White with #7DC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC63B; }
p { color: rgb(125,198,59); }
H1.HeaderClassName
{
color: #7DC63B;
}
.AnyTagClassName
{
color: #7DC63B;
}
</style>
background-color css
<style>
a { background-color: #7DC63B; }
a { background-color: rgb(125,198,59); }
div.DivClassName
{
background-color: #7DC63B;
}
.BgClassName
{
background-color: #7DC63B;
}
</style>
border-color css
<style>
span { border-color: #7DC63B; }
span { border-color: rgb(125,198,59); }
td.TdClassName
{
border-color: #7DC63B;
}
.TagClassName
{
border-color: #7DC63B;
}
</style>