Shades of Mantis #7DDF50
Tints of Mantis #7DDF50
RGB
CMYK
RGB Variations
Color information
#7DDF50 (or 0x7DDF50) is known color: Mantis. HEX triplet: 7D, DF and 50. RGB value is (125,223,80). Sum of RGB (Red+Green+Blue) = 125+223+80=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDF50 is #8220AF. Grayscale: #B1B1B1. Windows color (decimal): -8528048 or 5300093. OLE color: 5300093.
HSL color Cylindrical-coordinate representation of color #7DDF50: hue angle of 101.12º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DDF50 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 80 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.13 |
| HSL | 101.12º | 0.69% | 0.59% | - |
| HSV(B) | 101.12º | 0.64% | 0.87% | - |
| XYZ | 36.29 | 57.71 | 16.82 | - |
| YUV | 177.4 | 73.03 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 80 | 0.44 | 0 | 0.64 | 0.13 | 101.12 | 0.69 | 0.59 |
| Hex | 7D | DF | 50 | 2C | 0 | 40 | D | 65 | 45 | 3B |
| Octal | 175 | 337 | 120 | 54 | 0 | 100 | 15 | 145 | 105 | 73 |
| Binary | 1111101 | 11011111 | 1010000 | 101100 | 0 | 1000000 | 1101 | 1100101 | 1000101 | 111011 |
Color Harmonies of #7DDF50
Complementary color
Monochromatic Colors of #7DDF50
Black with #7DDF50
Text Example
Text Example
White with #7DDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF50; }
p { color: rgb(125,223,80); }
H1.HeaderClassName
{
color: #7DDF50;
}
.AnyTagClassName
{
color: #7DDF50;
}
</style>
background-color css
<style>
a { background-color: #7DDF50; }
a { background-color: rgb(125,223,80); }
div.DivClassName
{
background-color: #7DDF50;
}
.BgClassName
{
background-color: #7DDF50;
}
</style>
border-color css
<style>
span { border-color: #7DDF50; }
span { border-color: rgb(125,223,80); }
td.TdClassName
{
border-color: #7DDF50;
}
.TagClassName
{
border-color: #7DDF50;
}
</style>