Shades of Mantis #7DC14C
Tints of Mantis #7DC14C
RGB
CMYK
RGB Variations
Color information
#7DC14C (or 0x7DC14C) is known color: Mantis. HEX triplet: 7D, C1 and 4C. RGB value is (125,193,76). Sum of RGB (Red+Green+Blue) = 125+193+76=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC14C is #823EB3. Grayscale: #9F9F9F. Windows color (decimal): -8535732 or 5030269. OLE color: 5030269.
HSL color Cylindrical-coordinate representation of color #7DC14C: hue angle of 94.87º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DC14C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 76 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.24 |
| HSL | 94.87º | 0.49% | 0.53% | - |
| HSV(B) | 94.87º | 0.61% | 0.76% | - |
| XYZ | 28.83 | 43.02 | 13.62 | - |
| YUV | 159.33 | 80.97 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 76 | 0.35 | 0 | 0.61 | 0.24 | 94.87 | 0.49 | 0.53 |
| Hex | 7D | C1 | 4C | 23 | 0 | 3D | 18 | 5F | 31 | 35 |
| Octal | 175 | 301 | 114 | 43 | 0 | 75 | 30 | 137 | 61 | 65 |
| Binary | 1111101 | 11000001 | 1001100 | 100011 | 0 | 111101 | 11000 | 1011111 | 110001 | 110101 |
Color Harmonies of #7DC14C
Complementary color
Monochromatic Colors of #7DC14C
Black with #7DC14C
Text Example
Text Example
White with #7DC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC14C; }
p { color: rgb(125,193,76); }
H1.HeaderClassName
{
color: #7DC14C;
}
.AnyTagClassName
{
color: #7DC14C;
}
</style>
background-color css
<style>
a { background-color: #7DC14C; }
a { background-color: rgb(125,193,76); }
div.DivClassName
{
background-color: #7DC14C;
}
.BgClassName
{
background-color: #7DC14C;
}
</style>
border-color css
<style>
span { border-color: #7DC14C; }
span { border-color: rgb(125,193,76); }
td.TdClassName
{
border-color: #7DC14C;
}
.TagClassName
{
border-color: #7DC14C;
}
</style>