Shades of Mantis #7EDF43
Tints of Mantis #7EDF43
RGB
CMYK
RGB Variations
Color information
#7EDF43 (or 0x7EDF43) is known color: Mantis. HEX triplet: 7E, DF and 43. RGB value is (126,223,67). Sum of RGB (Red+Green+Blue) = 126+223+67=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDF43 is #8120BC. Grayscale: #B0B0B0. Windows color (decimal): -8462525 or 4448126. OLE color: 4448126.
HSL color Cylindrical-coordinate representation of color #7EDF43: hue angle of 97.31º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EDF43 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 67 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.13 |
| HSL | 97.31º | 0.71% | 0.57% | - |
| HSV(B) | 97.31º | 0.7% | 0.87% | - |
| XYZ | 36 | 57.62 | 14.53 | - |
| YUV | 176.21 | 66.36 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 67 | 0.43 | 0 | 0.70 | 0.13 | 97.31 | 0.71 | 0.57 |
| Hex | 7E | DF | 43 | 2B | 0 | 46 | D | 61 | 47 | 39 |
| Octal | 176 | 337 | 103 | 53 | 0 | 106 | 15 | 141 | 107 | 71 |
| Binary | 1111110 | 11011111 | 1000011 | 101011 | 0 | 1000110 | 1101 | 1100001 | 1000111 | 111001 |
Color Harmonies of #7EDF43
Complementary color
Monochromatic Colors of #7EDF43
Black with #7EDF43
Text Example
Text Example
White with #7EDF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDF43; }
p { color: rgb(126,223,67); }
H1.HeaderClassName
{
color: #7EDF43;
}
.AnyTagClassName
{
color: #7EDF43;
}
</style>
background-color css
<style>
a { background-color: #7EDF43; }
a { background-color: rgb(126,223,67); }
div.DivClassName
{
background-color: #7EDF43;
}
.BgClassName
{
background-color: #7EDF43;
}
</style>
border-color css
<style>
span { border-color: #7EDF43; }
span { border-color: rgb(126,223,67); }
td.TdClassName
{
border-color: #7EDF43;
}
.TagClassName
{
border-color: #7EDF43;
}
</style>