Shades of Mantis #7DDC53
Tints of Mantis #7DDC53
RGB
CMYK
RGB Variations
Color information
#7DDC53 (or 0x7DDC53) is known color: Mantis. HEX triplet: 7D, DC and 53. RGB value is (125,220,83). Sum of RGB (Red+Green+Blue) = 125+220+83=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC53 is #8223AC. Grayscale: #B0B0B0. Windows color (decimal): -8528813 or 5495933. OLE color: 5495933.
HSL color Cylindrical-coordinate representation of color #7DDC53: hue angle of 101.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DDC53 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 83 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.14 |
| HSL | 101.61º | 0.66% | 0.59% | - |
| HSV(B) | 101.61º | 0.62% | 0.86% | - |
| XYZ | 35.61 | 56.17 | 17.15 | - |
| YUV | 175.98 | 75.53 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 83 | 0.43 | 0 | 0.62 | 0.14 | 101.61 | 0.66 | 0.59 |
| Hex | 7D | DC | 53 | 2B | 0 | 3E | E | 66 | 42 | 3B |
| Octal | 175 | 334 | 123 | 53 | 0 | 76 | 16 | 146 | 102 | 73 |
| Binary | 1111101 | 11011100 | 1010011 | 101011 | 0 | 111110 | 1110 | 1100110 | 1000010 | 111011 |
Color Harmonies of #7DDC53
Complementary color
Monochromatic Colors of #7DDC53
Black with #7DDC53
Text Example
Text Example
White with #7DDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC53; }
p { color: rgb(125,220,83); }
H1.HeaderClassName
{
color: #7DDC53;
}
.AnyTagClassName
{
color: #7DDC53;
}
</style>
background-color css
<style>
a { background-color: #7DDC53; }
a { background-color: rgb(125,220,83); }
div.DivClassName
{
background-color: #7DDC53;
}
.BgClassName
{
background-color: #7DDC53;
}
</style>
border-color css
<style>
span { border-color: #7DDC53; }
span { border-color: rgb(125,220,83); }
td.TdClassName
{
border-color: #7DDC53;
}
.TagClassName
{
border-color: #7DDC53;
}
</style>