Shades of Mantis #7DD344
Tints of Mantis #7DD344
RGB
CMYK
RGB Variations
Color information
#7DD344 (or 0x7DD344) is known color: Mantis. HEX triplet: 7D, D3 and 44. RGB value is (125,211,68). Sum of RGB (Red+Green+Blue) = 125+211+68=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD344 is #822CBB. Grayscale: #A9A9A9. Windows color (decimal): -8531132 or 4510589. OLE color: 4510589.
HSL color Cylindrical-coordinate representation of color #7DD344: hue angle of 96.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DD344 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 68 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.17 |
| HSL | 96.08º | 0.62% | 0.55% | - |
| HSV(B) | 96.08º | 0.68% | 0.83% | - |
| XYZ | 32.8 | 51.37 | 13.65 | - |
| YUV | 168.98 | 71.01 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 68 | 0.41 | 0 | 0.68 | 0.17 | 96.08 | 0.62 | 0.55 |
| Hex | 7D | D3 | 44 | 29 | 0 | 44 | 11 | 60 | 3E | 37 |
| Octal | 175 | 323 | 104 | 51 | 0 | 104 | 21 | 140 | 76 | 67 |
| Binary | 1111101 | 11010011 | 1000100 | 101001 | 0 | 1000100 | 10001 | 1100000 | 111110 | 110111 |
Color Harmonies of #7DD344
Complementary color
Monochromatic Colors of #7DD344
Black with #7DD344
Text Example
Text Example
White with #7DD344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD344; }
p { color: rgb(125,211,68); }
H1.HeaderClassName
{
color: #7DD344;
}
.AnyTagClassName
{
color: #7DD344;
}
</style>
background-color css
<style>
a { background-color: #7DD344; }
a { background-color: rgb(125,211,68); }
div.DivClassName
{
background-color: #7DD344;
}
.BgClassName
{
background-color: #7DD344;
}
</style>
border-color css
<style>
span { border-color: #7DD344; }
span { border-color: rgb(125,211,68); }
td.TdClassName
{
border-color: #7DD344;
}
.TagClassName
{
border-color: #7DD344;
}
</style>