Shades of Mantis #7DDC4A
Tints of Mantis #7DDC4A
RGB
CMYK
RGB Variations
Color information
#7DDC4A (or 0x7DDC4A) is known color: Mantis. HEX triplet: 7D, DC and 4A. RGB value is (125,220,74). Sum of RGB (Red+Green+Blue) = 125+220+74=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDC4A is #8223B5. Grayscale: #AFAFAF. Windows color (decimal): -8528822 or 4906109. OLE color: 4906109.
HSL color Cylindrical-coordinate representation of color #7DDC4A: hue angle of 99.04º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DDC4A is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 74 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.14 |
| HSL | 99.04º | 0.68% | 0.58% | - |
| HSV(B) | 99.04º | 0.66% | 0.86% | - |
| XYZ | 35.29 | 56.04 | 15.44 | - |
| YUV | 174.95 | 71.03 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 74 | 0.43 | 0 | 0.66 | 0.14 | 99.04 | 0.68 | 0.58 |
| Hex | 7D | DC | 4A | 2B | 0 | 42 | E | 63 | 44 | 3A |
| Octal | 175 | 334 | 112 | 53 | 0 | 102 | 16 | 143 | 104 | 72 |
| Binary | 1111101 | 11011100 | 1001010 | 101011 | 0 | 1000010 | 1110 | 1100011 | 1000100 | 111010 |
Color Harmonies of #7DDC4A
Complementary color
Monochromatic Colors of #7DDC4A
Black with #7DDC4A
Text Example
Text Example
White with #7DDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC4A; }
p { color: rgb(125,220,74); }
H1.HeaderClassName
{
color: #7DDC4A;
}
.AnyTagClassName
{
color: #7DDC4A;
}
</style>
background-color css
<style>
a { background-color: #7DDC4A; }
a { background-color: rgb(125,220,74); }
div.DivClassName
{
background-color: #7DDC4A;
}
.BgClassName
{
background-color: #7DDC4A;
}
</style>
border-color css
<style>
span { border-color: #7DDC4A; }
span { border-color: rgb(125,220,74); }
td.TdClassName
{
border-color: #7DDC4A;
}
.TagClassName
{
border-color: #7DDC4A;
}
</style>