Shades of Mantis #7ED84B
Tints of Mantis #7ED84B
RGB
CMYK
RGB Variations
Color information
#7ED84B (or 0x7ED84B) is known color: Mantis. HEX triplet: 7E, D8 and 4B. RGB value is (126,216,75). Sum of RGB (Red+Green+Blue) = 126+216+75=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED84B is #8127B4. Grayscale: #ADADAD. Windows color (decimal): -8464309 or 4970622. OLE color: 4970622.
HSL color Cylindrical-coordinate representation of color #7ED84B: hue angle of 98.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ED84B is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 75 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.15 |
| HSL | 98.3º | 0.64% | 0.57% | - |
| HSV(B) | 98.3º | 0.65% | 0.85% | - |
| XYZ | 34.43 | 54.06 | 15.28 | - |
| YUV | 173.02 | 72.68 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 75 | 0.42 | 0 | 0.65 | 0.15 | 98.3 | 0.64 | 0.57 |
| Hex | 7E | D8 | 4B | 2A | 0 | 41 | F | 62 | 40 | 39 |
| Octal | 176 | 330 | 113 | 52 | 0 | 101 | 17 | 142 | 100 | 71 |
| Binary | 1111110 | 11011000 | 1001011 | 101010 | 0 | 1000001 | 1111 | 1100010 | 1000000 | 111001 |
Color Harmonies of #7ED84B
Complementary color
Monochromatic Colors of #7ED84B
Black with #7ED84B
Text Example
Text Example
White with #7ED84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED84B; }
p { color: rgb(126,216,75); }
H1.HeaderClassName
{
color: #7ED84B;
}
.AnyTagClassName
{
color: #7ED84B;
}
</style>
background-color css
<style>
a { background-color: #7ED84B; }
a { background-color: rgb(126,216,75); }
div.DivClassName
{
background-color: #7ED84B;
}
.BgClassName
{
background-color: #7ED84B;
}
</style>
border-color css
<style>
span { border-color: #7ED84B; }
span { border-color: rgb(126,216,75); }
td.TdClassName
{
border-color: #7ED84B;
}
.TagClassName
{
border-color: #7ED84B;
}
</style>