Shades of Mantis #7DC351
Tints of Mantis #7DC351
RGB
CMYK
RGB Variations
Color information
#7DC351 (or 0x7DC351) is known color: Mantis. HEX triplet: 7D, C3 and 51. RGB value is (125,195,81). Sum of RGB (Red+Green+Blue) = 125+195+81=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC351 is #823CAE. Grayscale: #A1A1A1. Windows color (decimal): -8535215 or 5358461. OLE color: 5358461.
HSL color Cylindrical-coordinate representation of color #7DC351: hue angle of 96.84º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DC351 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 81 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.24 |
| HSL | 96.84º | 0.49% | 0.54% | - |
| HSV(B) | 96.84º | 0.58% | 0.76% | - |
| XYZ | 29.46 | 43.98 | 14.72 | - |
| YUV | 161.07 | 82.81 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 81 | 0.36 | 0 | 0.58 | 0.24 | 96.84 | 0.49 | 0.54 |
| Hex | 7D | C3 | 51 | 24 | 0 | 3A | 18 | 61 | 31 | 36 |
| Octal | 175 | 303 | 121 | 44 | 0 | 72 | 30 | 141 | 61 | 66 |
| Binary | 1111101 | 11000011 | 1010001 | 100100 | 0 | 111010 | 11000 | 1100001 | 110001 | 110110 |
Color Harmonies of #7DC351
Complementary color
Monochromatic Colors of #7DC351
Black with #7DC351
Text Example
Text Example
White with #7DC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC351; }
p { color: rgb(125,195,81); }
H1.HeaderClassName
{
color: #7DC351;
}
.AnyTagClassName
{
color: #7DC351;
}
</style>
background-color css
<style>
a { background-color: #7DC351; }
a { background-color: rgb(125,195,81); }
div.DivClassName
{
background-color: #7DC351;
}
.BgClassName
{
background-color: #7DC351;
}
</style>
border-color css
<style>
span { border-color: #7DC351; }
span { border-color: rgb(125,195,81); }
td.TdClassName
{
border-color: #7DC351;
}
.TagClassName
{
border-color: #7DC351;
}
</style>