Shades of Mantis #7DD054
Tints of Mantis #7DD054
RGB
CMYK
RGB Variations
Color information
#7DD054 (or 0x7DD054) is known color: Mantis. HEX triplet: 7D, D0 and 54. RGB value is (125,208,84). Sum of RGB (Red+Green+Blue) = 125+208+84=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD054 is #822FAB. Grayscale: #A9A9A9. Windows color (decimal): -8531884 or 5558397. OLE color: 5558397.
HSL color Cylindrical-coordinate representation of color #7DD054: hue angle of 100.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DD054 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 84 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.18 |
| HSL | 100.16º | 0.57% | 0.57% | - |
| HSV(B) | 100.16º | 0.6% | 0.82% | - |
| XYZ | 32.61 | 50.11 | 16.34 | - |
| YUV | 169.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 84 | 0.40 | 0 | 0.60 | 0.18 | 100.16 | 0.57 | 0.57 |
| Hex | 7D | D0 | 54 | 28 | 0 | 3C | 12 | 64 | 39 | 39 |
| Octal | 175 | 320 | 124 | 50 | 0 | 74 | 22 | 144 | 71 | 71 |
| Binary | 1111101 | 11010000 | 1010100 | 101000 | 0 | 111100 | 10010 | 1100100 | 111001 | 111001 |
Color Harmonies of #7DD054
Complementary color
Monochromatic Colors of #7DD054
Black with #7DD054
Text Example
Text Example
White with #7DD054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD054; }
p { color: rgb(125,208,84); }
H1.HeaderClassName
{
color: #7DD054;
}
.AnyTagClassName
{
color: #7DD054;
}
</style>
background-color css
<style>
a { background-color: #7DD054; }
a { background-color: rgb(125,208,84); }
div.DivClassName
{
background-color: #7DD054;
}
.BgClassName
{
background-color: #7DD054;
}
</style>
border-color css
<style>
span { border-color: #7DD054; }
span { border-color: rgb(125,208,84); }
td.TdClassName
{
border-color: #7DD054;
}
.TagClassName
{
border-color: #7DD054;
}
</style>