Shades of Mantis #7DC54B
Tints of Mantis #7DC54B
RGB
CMYK
RGB Variations
Color information
#7DC54B (or 0x7DC54B) is known color: Mantis. HEX triplet: 7D, C5 and 4B. RGB value is (125,197,75). Sum of RGB (Red+Green+Blue) = 125+197+75=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC54B is #823AB4. Grayscale: #A1A1A1. Windows color (decimal): -8534709 or 4965757. OLE color: 4965757.
HSL color Cylindrical-coordinate representation of color #7DC54B: hue angle of 95.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DC54B is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 75 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.23 |
| HSL | 95.41º | 0.51% | 0.53% | - |
| HSV(B) | 95.41º | 0.62% | 0.77% | - |
| XYZ | 29.69 | 44.8 | 13.74 | - |
| YUV | 161.56 | 79.15 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 75 | 0.37 | 0 | 0.62 | 0.23 | 95.41 | 0.51 | 0.53 |
| Hex | 7D | C5 | 4B | 25 | 0 | 3E | 17 | 5F | 33 | 35 |
| Octal | 175 | 305 | 113 | 45 | 0 | 76 | 27 | 137 | 63 | 65 |
| Binary | 1111101 | 11000101 | 1001011 | 100101 | 0 | 111110 | 10111 | 1011111 | 110011 | 110101 |
Color Harmonies of #7DC54B
Complementary color
Monochromatic Colors of #7DC54B
Black with #7DC54B
Text Example
Text Example
White with #7DC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC54B; }
p { color: rgb(125,197,75); }
H1.HeaderClassName
{
color: #7DC54B;
}
.AnyTagClassName
{
color: #7DC54B;
}
</style>
background-color css
<style>
a { background-color: #7DC54B; }
a { background-color: rgb(125,197,75); }
div.DivClassName
{
background-color: #7DC54B;
}
.BgClassName
{
background-color: #7DC54B;
}
</style>
border-color css
<style>
span { border-color: #7DC54B; }
span { border-color: rgb(125,197,75); }
td.TdClassName
{
border-color: #7DC54B;
}
.TagClassName
{
border-color: #7DC54B;
}
</style>