Shades of Mantis #7DD852
Tints of Mantis #7DD852
RGB
CMYK
RGB Variations
Color information
#7DD852 (or 0x7DD852) is known color: Mantis. HEX triplet: 7D, D8 and 52. RGB value is (125,216,82). Sum of RGB (Red+Green+Blue) = 125+216+82=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD852 is #8227AD. Grayscale: #ADADAD. Windows color (decimal): -8529838 or 5429373. OLE color: 5429373.
HSL color Cylindrical-coordinate representation of color #7DD852: hue angle of 100.75º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DD852 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 82 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.15 |
| HSL | 100.75º | 0.63% | 0.58% | - |
| HSV(B) | 100.75º | 0.62% | 0.85% | - |
| XYZ | 34.54 | 54.08 | 16.6 | - |
| YUV | 173.52 | 76.35 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 82 | 0.42 | 0 | 0.62 | 0.15 | 100.75 | 0.63 | 0.58 |
| Hex | 7D | D8 | 52 | 2A | 0 | 3E | F | 65 | 3F | 3A |
| Octal | 175 | 330 | 122 | 52 | 0 | 76 | 17 | 145 | 77 | 72 |
| Binary | 1111101 | 11011000 | 1010010 | 101010 | 0 | 111110 | 1111 | 1100101 | 111111 | 111010 |
Color Harmonies of #7DD852
Complementary color
Monochromatic Colors of #7DD852
Black with #7DD852
Text Example
Text Example
White with #7DD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD852; }
p { color: rgb(125,216,82); }
H1.HeaderClassName
{
color: #7DD852;
}
.AnyTagClassName
{
color: #7DD852;
}
</style>
background-color css
<style>
a { background-color: #7DD852; }
a { background-color: rgb(125,216,82); }
div.DivClassName
{
background-color: #7DD852;
}
.BgClassName
{
background-color: #7DD852;
}
</style>
border-color css
<style>
span { border-color: #7DD852; }
span { border-color: rgb(125,216,82); }
td.TdClassName
{
border-color: #7DD852;
}
.TagClassName
{
border-color: #7DD852;
}
</style>