Shades of Mantis #7DDD45
Tints of Mantis #7DDD45
RGB
CMYK
RGB Variations
Color information
#7DDD45 (or 0x7DDD45) is known color: Mantis. HEX triplet: 7D, DD and 45. RGB value is (125,221,69). Sum of RGB (Red+Green+Blue) = 125+221+69=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD45 is #8222BA. Grayscale: #AFAFAF. Windows color (decimal): -8528571 or 4578685. OLE color: 4578685.
HSL color Cylindrical-coordinate representation of color #7DDD45: hue angle of 97.89º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DDD45 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 69 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.13 |
| HSL | 97.89º | 0.69% | 0.57% | - |
| HSV(B) | 97.89º | 0.69% | 0.87% | - |
| XYZ | 35.39 | 56.5 | 14.67 | - |
| YUV | 174.97 | 68.2 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 69 | 0.43 | 0 | 0.69 | 0.13 | 97.89 | 0.69 | 0.57 |
| Hex | 7D | DD | 45 | 2B | 0 | 45 | D | 62 | 45 | 39 |
| Octal | 175 | 335 | 105 | 53 | 0 | 105 | 15 | 142 | 105 | 71 |
| Binary | 1111101 | 11011101 | 1000101 | 101011 | 0 | 1000101 | 1101 | 1100010 | 1000101 | 111001 |
Color Harmonies of #7DDD45
Complementary color
Monochromatic Colors of #7DDD45
Black with #7DDD45
Text Example
Text Example
White with #7DDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD45; }
p { color: rgb(125,221,69); }
H1.HeaderClassName
{
color: #7DDD45;
}
.AnyTagClassName
{
color: #7DDD45;
}
</style>
background-color css
<style>
a { background-color: #7DDD45; }
a { background-color: rgb(125,221,69); }
div.DivClassName
{
background-color: #7DDD45;
}
.BgClassName
{
background-color: #7DDD45;
}
</style>
border-color css
<style>
span { border-color: #7DDD45; }
span { border-color: rgb(125,221,69); }
td.TdClassName
{
border-color: #7DDD45;
}
.TagClassName
{
border-color: #7DDD45;
}
</style>