Shades of Mantis #7DC541
Tints of Mantis #7DC541
RGB
CMYK
RGB Variations
Color information
#7DC541 (or 0x7DC541) is known color: Mantis. HEX triplet: 7D, C5 and 41. RGB value is (125,197,65). Sum of RGB (Red+Green+Blue) = 125+197+65=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC541 is #823ABE. Grayscale: #A0A0A0. Windows color (decimal): -8534719 or 4310397. OLE color: 4310397.
HSL color Cylindrical-coordinate representation of color #7DC541: hue angle of 92.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DC541 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 65 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.23 |
| HSL | 92.73º | 0.53% | 0.51% | - |
| HSV(B) | 92.73º | 0.67% | 0.77% | - |
| XYZ | 29.38 | 44.67 | 12.08 | - |
| YUV | 160.42 | 74.15 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 65 | 0.37 | 0 | 0.67 | 0.23 | 92.73 | 0.53 | 0.51 |
| Hex | 7D | C5 | 41 | 25 | 0 | 43 | 17 | 5D | 35 | 33 |
| Octal | 175 | 305 | 101 | 45 | 0 | 103 | 27 | 135 | 65 | 63 |
| Binary | 1111101 | 11000101 | 1000001 | 100101 | 0 | 1000011 | 10111 | 1011101 | 110101 | 110011 |
Color Harmonies of #7DC541
Complementary color
Monochromatic Colors of #7DC541
Black with #7DC541
Text Example
Text Example
White with #7DC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC541; }
p { color: rgb(125,197,65); }
H1.HeaderClassName
{
color: #7DC541;
}
.AnyTagClassName
{
color: #7DC541;
}
</style>
background-color css
<style>
a { background-color: #7DC541; }
a { background-color: rgb(125,197,65); }
div.DivClassName
{
background-color: #7DC541;
}
.BgClassName
{
background-color: #7DC541;
}
</style>
border-color css
<style>
span { border-color: #7DC541; }
span { border-color: rgb(125,197,65); }
td.TdClassName
{
border-color: #7DC541;
}
.TagClassName
{
border-color: #7DC541;
}
</style>