Shades of Mantis #7DDA4C
Tints of Mantis #7DDA4C
RGB
CMYK
RGB Variations
Color information
#7DDA4C (or 0x7DDA4C) is known color: Mantis. HEX triplet: 7D, DA and 4C. RGB value is (125,218,76). Sum of RGB (Red+Green+Blue) = 125+218+76=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDA4C is #8225B3. Grayscale: #AEAEAE. Windows color (decimal): -8529332 or 5036669. OLE color: 5036669.
HSL color Cylindrical-coordinate representation of color #7DDA4C: hue angle of 99.3º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DDA4C is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 76 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.15 |
| HSL | 99.3º | 0.66% | 0.58% | - |
| HSV(B) | 99.3º | 0.65% | 0.85% | - |
| XYZ | 34.83 | 55.02 | 15.62 | - |
| YUV | 174.01 | 72.69 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 76 | 0.43 | 0 | 0.65 | 0.15 | 99.3 | 0.66 | 0.58 |
| Hex | 7D | DA | 4C | 2B | 0 | 41 | F | 63 | 42 | 3A |
| Octal | 175 | 332 | 114 | 53 | 0 | 101 | 17 | 143 | 102 | 72 |
| Binary | 1111101 | 11011010 | 1001100 | 101011 | 0 | 1000001 | 1111 | 1100011 | 1000010 | 111010 |
Color Harmonies of #7DDA4C
Complementary color
Monochromatic Colors of #7DDA4C
Black with #7DDA4C
Text Example
Text Example
White with #7DDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA4C; }
p { color: rgb(125,218,76); }
H1.HeaderClassName
{
color: #7DDA4C;
}
.AnyTagClassName
{
color: #7DDA4C;
}
</style>
background-color css
<style>
a { background-color: #7DDA4C; }
a { background-color: rgb(125,218,76); }
div.DivClassName
{
background-color: #7DDA4C;
}
.BgClassName
{
background-color: #7DDA4C;
}
</style>
border-color css
<style>
span { border-color: #7DDA4C; }
span { border-color: rgb(125,218,76); }
td.TdClassName
{
border-color: #7DDA4C;
}
.TagClassName
{
border-color: #7DDA4C;
}
</style>