Shades of Mantis #7DD753
Tints of Mantis #7DD753
RGB
CMYK
RGB Variations
Color information
#7DD753 (or 0x7DD753) is known color: Mantis. HEX triplet: 7D, D7 and 53. RGB value is (125,215,83). Sum of RGB (Red+Green+Blue) = 125+215+83=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD753 is #8228AC. Grayscale: #ADADAD. Windows color (decimal): -8530093 or 5494653. OLE color: 5494653.
HSL color Cylindrical-coordinate representation of color #7DD753: hue angle of 100.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DD753 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 83 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.16 |
| HSL | 100.91º | 0.62% | 0.58% | - |
| HSV(B) | 100.91º | 0.61% | 0.84% | - |
| XYZ | 34.32 | 53.59 | 16.72 | - |
| YUV | 173.04 | 77.18 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 83 | 0.42 | 0 | 0.61 | 0.16 | 100.91 | 0.62 | 0.58 |
| Hex | 7D | D7 | 53 | 2A | 0 | 3D | 10 | 65 | 3E | 3A |
| Octal | 175 | 327 | 123 | 52 | 0 | 75 | 20 | 145 | 76 | 72 |
| Binary | 1111101 | 11010111 | 1010011 | 101010 | 0 | 111101 | 10000 | 1100101 | 111110 | 111010 |
Color Harmonies of #7DD753
Complementary color
Monochromatic Colors of #7DD753
Black with #7DD753
Text Example
Text Example
White with #7DD753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD753; }
p { color: rgb(125,215,83); }
H1.HeaderClassName
{
color: #7DD753;
}
.AnyTagClassName
{
color: #7DD753;
}
</style>
background-color css
<style>
a { background-color: #7DD753; }
a { background-color: rgb(125,215,83); }
div.DivClassName
{
background-color: #7DD753;
}
.BgClassName
{
background-color: #7DD753;
}
</style>
border-color css
<style>
span { border-color: #7DD753; }
span { border-color: rgb(125,215,83); }
td.TdClassName
{
border-color: #7DD753;
}
.TagClassName
{
border-color: #7DD753;
}
</style>