Shades of Mantis #7DC54C
Tints of Mantis #7DC54C
RGB
CMYK
RGB Variations
Color information
#7DC54C (or 0x7DC54C) is known color: Mantis. HEX triplet: 7D, C5 and 4C. RGB value is (125,197,76). Sum of RGB (Red+Green+Blue) = 125+197+76=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC54C is #823AB3. Grayscale: #A2A2A2. Windows color (decimal): -8534708 or 5031293. OLE color: 5031293.
HSL color Cylindrical-coordinate representation of color #7DC54C: hue angle of 95.7º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DC54C is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 76 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.23 |
| HSL | 95.7º | 0.51% | 0.54% | - |
| HSV(B) | 95.7º | 0.61% | 0.77% | - |
| XYZ | 29.73 | 44.81 | 13.92 | - |
| YUV | 161.68 | 79.65 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 76 | 0.37 | 0 | 0.61 | 0.23 | 95.7 | 0.51 | 0.54 |
| Hex | 7D | C5 | 4C | 25 | 0 | 3D | 17 | 60 | 33 | 36 |
| Octal | 175 | 305 | 114 | 45 | 0 | 75 | 27 | 140 | 63 | 66 |
| Binary | 1111101 | 11000101 | 1001100 | 100101 | 0 | 111101 | 10111 | 1100000 | 110011 | 110110 |
Color Harmonies of #7DC54C
Complementary color
Monochromatic Colors of #7DC54C
Black with #7DC54C
Text Example
Text Example
White with #7DC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC54C; }
p { color: rgb(125,197,76); }
H1.HeaderClassName
{
color: #7DC54C;
}
.AnyTagClassName
{
color: #7DC54C;
}
</style>
background-color css
<style>
a { background-color: #7DC54C; }
a { background-color: rgb(125,197,76); }
div.DivClassName
{
background-color: #7DC54C;
}
.BgClassName
{
background-color: #7DC54C;
}
</style>
border-color css
<style>
span { border-color: #7DC54C; }
span { border-color: rgb(125,197,76); }
td.TdClassName
{
border-color: #7DC54C;
}
.TagClassName
{
border-color: #7DC54C;
}
</style>