Shades of Mantis #7DDE42
Tints of Mantis #7DDE42
RGB
CMYK
RGB Variations
Color information
#7DDE42 (or 0x7DDE42) is known color: Mantis. HEX triplet: 7D, DE and 42. RGB value is (125,222,66). Sum of RGB (Red+Green+Blue) = 125+222+66=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDE42 is #8221BD. Grayscale: #AFAFAF. Windows color (decimal): -8528318 or 4382333. OLE color: 4382333.
HSL color Cylindrical-coordinate representation of color #7DDE42: hue angle of 97.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DDE42 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 222 | 66 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.13 |
| HSL | 97.31º | 0.7% | 0.56% | - |
| HSV(B) | 97.31º | 0.7% | 0.87% | - |
| XYZ | 35.56 | 57 | 14.28 | - |
| YUV | 175.21 | 66.36 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 222 | 66 | 0.44 | 0 | 0.70 | 0.13 | 97.31 | 0.7 | 0.56 |
| Hex | 7D | DE | 42 | 2C | 0 | 46 | D | 61 | 46 | 38 |
| Octal | 175 | 336 | 102 | 54 | 0 | 106 | 15 | 141 | 106 | 70 |
| Binary | 1111101 | 11011110 | 1000010 | 101100 | 0 | 1000110 | 1101 | 1100001 | 1000110 | 111000 |
Color Harmonies of #7DDE42
Complementary color
Monochromatic Colors of #7DDE42
Black with #7DDE42
Text Example
Text Example
White with #7DDE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDE42; }
p { color: rgb(125,222,66); }
H1.HeaderClassName
{
color: #7DDE42;
}
.AnyTagClassName
{
color: #7DDE42;
}
</style>
background-color css
<style>
a { background-color: #7DDE42; }
a { background-color: rgb(125,222,66); }
div.DivClassName
{
background-color: #7DDE42;
}
.BgClassName
{
background-color: #7DDE42;
}
</style>
border-color css
<style>
span { border-color: #7DDE42; }
span { border-color: rgb(125,222,66); }
td.TdClassName
{
border-color: #7DDE42;
}
.TagClassName
{
border-color: #7DDE42;
}
</style>