Shades of Mantis #7DC83D
Tints of Mantis #7DC83D
RGB
CMYK
RGB Variations
Color information
#7DC83D (or 0x7DC83D) is known color: Mantis. HEX triplet: 7D, C8 and 3D. RGB value is (125,200,61). Sum of RGB (Red+Green+Blue) = 125+200+61=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC83D is #8237C2. Grayscale: #A2A2A2. Windows color (decimal): -8533955 or 4049021. OLE color: 4049021.
HSL color Cylindrical-coordinate representation of color #7DC83D: hue angle of 92.37º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DC83D is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 61 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.22 |
| HSL | 92.37º | 0.56% | 0.51% | - |
| HSV(B) | 92.37º | 0.7% | 0.78% | - |
| XYZ | 29.95 | 46.01 | 11.72 | - |
| YUV | 161.73 | 71.15 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 61 | 0.38 | 0 | 0.69 | 0.22 | 92.37 | 0.56 | 0.51 |
| Hex | 7D | C8 | 3D | 26 | 0 | 45 | 16 | 5C | 38 | 33 |
| Octal | 175 | 310 | 75 | 46 | 0 | 105 | 26 | 134 | 70 | 63 |
| Binary | 1111101 | 11001000 | 111101 | 100110 | 0 | 1000101 | 10110 | 1011100 | 111000 | 110011 |
Color Harmonies of #7DC83D
Complementary color
Monochromatic Colors of #7DC83D
Black with #7DC83D
Text Example
Text Example
White with #7DC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC83D; }
p { color: rgb(125,200,61); }
H1.HeaderClassName
{
color: #7DC83D;
}
.AnyTagClassName
{
color: #7DC83D;
}
</style>
background-color css
<style>
a { background-color: #7DC83D; }
a { background-color: rgb(125,200,61); }
div.DivClassName
{
background-color: #7DC83D;
}
.BgClassName
{
background-color: #7DC83D;
}
</style>
border-color css
<style>
span { border-color: #7DC83D; }
span { border-color: rgb(125,200,61); }
td.TdClassName
{
border-color: #7DC83D;
}
.TagClassName
{
border-color: #7DC83D;
}
</style>