Shades of Mantis #7DC93E
Tints of Mantis #7DC93E
RGB
CMYK
RGB Variations
Color information
#7DC93E (or 0x7DC93E) is known color: Mantis. HEX triplet: 7D, C9 and 3E. RGB value is (125,201,62). Sum of RGB (Red+Green+Blue) = 125+201+62=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC93E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC93E is #8236C1. Grayscale: #A2A2A2. Windows color (decimal): -8533698 or 4114813. OLE color: 4114813.
HSL color Cylindrical-coordinate representation of color #7DC93E: hue angle of 92.81º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DC93E is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 62 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.21 |
| HSL | 92.81º | 0.56% | 0.52% | - |
| HSV(B) | 92.81º | 0.69% | 0.79% | - |
| XYZ | 30.21 | 46.48 | 11.94 | - |
| YUV | 162.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 62 | 0.38 | 0 | 0.69 | 0.21 | 92.81 | 0.56 | 0.52 |
| Hex | 7D | C9 | 3E | 26 | 0 | 45 | 15 | 5D | 38 | 34 |
| Octal | 175 | 311 | 76 | 46 | 0 | 105 | 25 | 135 | 70 | 64 |
| Binary | 1111101 | 11001001 | 111110 | 100110 | 0 | 1000101 | 10101 | 1011101 | 111000 | 110100 |
Color Harmonies of #7DC93E
Complementary color
Monochromatic Colors of #7DC93E
Black with #7DC93E
Text Example
Text Example
White with #7DC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC93E; }
p { color: rgb(125,201,62); }
H1.HeaderClassName
{
color: #7DC93E;
}
.AnyTagClassName
{
color: #7DC93E;
}
</style>
background-color css
<style>
a { background-color: #7DC93E; }
a { background-color: rgb(125,201,62); }
div.DivClassName
{
background-color: #7DC93E;
}
.BgClassName
{
background-color: #7DC93E;
}
</style>
border-color css
<style>
span { border-color: #7DC93E; }
span { border-color: rgb(125,201,62); }
td.TdClassName
{
border-color: #7DC93E;
}
.TagClassName
{
border-color: #7DC93E;
}
</style>