Shades of Mantis #7DD545
Tints of Mantis #7DD545
RGB
CMYK
RGB Variations
Color information
#7DD545 (or 0x7DD545) is known color: Mantis. HEX triplet: 7D, D5 and 45. RGB value is (125,213,69). Sum of RGB (Red+Green+Blue) = 125+213+69=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD545 is #822ABA. Grayscale: #AAAAAA. Windows color (decimal): -8530619 or 4576637. OLE color: 4576637.
HSL color Cylindrical-coordinate representation of color #7DD545: hue angle of 96.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DD545 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 69 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.16 |
| HSL | 96.67º | 0.63% | 0.55% | - |
| HSV(B) | 96.67º | 0.68% | 0.84% | - |
| XYZ | 33.33 | 52.38 | 13.98 | - |
| YUV | 170.27 | 70.85 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 69 | 0.41 | 0 | 0.68 | 0.16 | 96.67 | 0.63 | 0.55 |
| Hex | 7D | D5 | 45 | 29 | 0 | 44 | 10 | 61 | 3F | 37 |
| Octal | 175 | 325 | 105 | 51 | 0 | 104 | 20 | 141 | 77 | 67 |
| Binary | 1111101 | 11010101 | 1000101 | 101001 | 0 | 1000100 | 10000 | 1100001 | 111111 | 110111 |
Color Harmonies of #7DD545
Complementary color
Monochromatic Colors of #7DD545
Black with #7DD545
Text Example
Text Example
White with #7DD545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD545; }
p { color: rgb(125,213,69); }
H1.HeaderClassName
{
color: #7DD545;
}
.AnyTagClassName
{
color: #7DD545;
}
</style>
background-color css
<style>
a { background-color: #7DD545; }
a { background-color: rgb(125,213,69); }
div.DivClassName
{
background-color: #7DD545;
}
.BgClassName
{
background-color: #7DD545;
}
</style>
border-color css
<style>
span { border-color: #7DD545; }
span { border-color: rgb(125,213,69); }
td.TdClassName
{
border-color: #7DD545;
}
.TagClassName
{
border-color: #7DD545;
}
</style>