Shades of Mantis #7DC54A
Tints of Mantis #7DC54A
RGB
CMYK
RGB Variations
Color information
#7DC54A (or 0x7DC54A) is known color: Mantis. HEX triplet: 7D, C5 and 4A. RGB value is (125,197,74). Sum of RGB (Red+Green+Blue) = 125+197+74=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC54A is #823AB5. Grayscale: #A1A1A1. Windows color (decimal): -8534710 or 4900221. OLE color: 4900221.
HSL color Cylindrical-coordinate representation of color #7DC54A: hue angle of 95.12º 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 #7DC54A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 74 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.23 |
| HSL | 95.12º | 0.51% | 0.53% | - |
| HSV(B) | 95.12º | 0.62% | 0.77% | - |
| XYZ | 29.66 | 44.79 | 13.56 | - |
| YUV | 161.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 74 | 0.37 | 0 | 0.62 | 0.23 | 95.12 | 0.51 | 0.53 |
| Hex | 7D | C5 | 4A | 25 | 0 | 3E | 17 | 5F | 33 | 35 |
| Octal | 175 | 305 | 112 | 45 | 0 | 76 | 27 | 137 | 63 | 65 |
| Binary | 1111101 | 11000101 | 1001010 | 100101 | 0 | 111110 | 10111 | 1011111 | 110011 | 110101 |
Color Harmonies of #7DC54A
Complementary color
Monochromatic Colors of #7DC54A
Black with #7DC54A
Text Example
Text Example
White with #7DC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC54A; }
p { color: rgb(125,197,74); }
H1.HeaderClassName
{
color: #7DC54A;
}
.AnyTagClassName
{
color: #7DC54A;
}
</style>
background-color css
<style>
a { background-color: #7DC54A; }
a { background-color: rgb(125,197,74); }
div.DivClassName
{
background-color: #7DC54A;
}
.BgClassName
{
background-color: #7DC54A;
}
</style>
border-color css
<style>
span { border-color: #7DC54A; }
span { border-color: rgb(125,197,74); }
td.TdClassName
{
border-color: #7DC54A;
}
.TagClassName
{
border-color: #7DC54A;
}
</style>