Shades of Mantis #7DC94A
Tints of Mantis #7DC94A
RGB
CMYK
RGB Variations
Color information
#7DC94A (or 0x7DC94A) is known color: Mantis. HEX triplet: 7D, C9 and 4A. RGB value is (125,201,74). Sum of RGB (Red+Green+Blue) = 125+201+74=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC94A is #8236B5. Grayscale: #A4A4A4. Windows color (decimal): -8533686 or 4901245. OLE color: 4901245.
HSL color Cylindrical-coordinate representation of color #7DC94A: hue angle of 95.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DC94A is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 74 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.21 |
| HSL | 95.91º | 0.54% | 0.54% | - |
| HSV(B) | 95.91º | 0.63% | 0.79% | - |
| XYZ | 30.58 | 46.63 | 13.87 | - |
| YUV | 163.8 | 77.32 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 74 | 0.38 | 0 | 0.63 | 0.21 | 95.91 | 0.54 | 0.54 |
| Hex | 7D | C9 | 4A | 26 | 0 | 3F | 15 | 60 | 36 | 36 |
| Octal | 175 | 311 | 112 | 46 | 0 | 77 | 25 | 140 | 66 | 66 |
| Binary | 1111101 | 11001001 | 1001010 | 100110 | 0 | 111111 | 10101 | 1100000 | 110110 | 110110 |
Color Harmonies of #7DC94A
Complementary color
Monochromatic Colors of #7DC94A
Black with #7DC94A
Text Example
Text Example
White with #7DC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC94A; }
p { color: rgb(125,201,74); }
H1.HeaderClassName
{
color: #7DC94A;
}
.AnyTagClassName
{
color: #7DC94A;
}
</style>
background-color css
<style>
a { background-color: #7DC94A; }
a { background-color: rgb(125,201,74); }
div.DivClassName
{
background-color: #7DC94A;
}
.BgClassName
{
background-color: #7DC94A;
}
</style>
border-color css
<style>
span { border-color: #7DC94A; }
span { border-color: rgb(125,201,74); }
td.TdClassName
{
border-color: #7DC94A;
}
.TagClassName
{
border-color: #7DC94A;
}
</style>