Shades of Mantis #7ED24B
Tints of Mantis #7ED24B
RGB
CMYK
RGB Variations
Color information
#7ED24B (or 0x7ED24B) is known color: Mantis. HEX triplet: 7E, D2 and 4B. RGB value is (126,210,75). Sum of RGB (Red+Green+Blue) = 126+210+75=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED24B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED24B is #812DB4. Grayscale: #A9A9A9. Windows color (decimal): -8465845 or 4969086. OLE color: 4969086.
HSL color Cylindrical-coordinate representation of color #7ED24B: hue angle of 97.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ED24B is Cyan = 0.4, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 75 | - |
| CMYK | 0.4 | 0 | 0.64 | 0.18 |
| HSL | 97.33º | 0.6% | 0.56% | - |
| HSV(B) | 97.33º | 0.64% | 0.82% | - |
| XYZ | 32.92 | 51.04 | 14.77 | - |
| YUV | 169.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 75 | 0.4 | 0 | 0.64 | 0.18 | 97.33 | 0.6 | 0.56 |
| Hex | 7E | D2 | 4B | 28 | 0 | 40 | 12 | 61 | 3C | 38 |
| Octal | 176 | 322 | 113 | 50 | 0 | 100 | 22 | 141 | 74 | 70 |
| Binary | 1111110 | 11010010 | 1001011 | 101000 | 0 | 1000000 | 10010 | 1100001 | 111100 | 111000 |
Color Harmonies of #7ED24B
Complementary color
Monochromatic Colors of #7ED24B
Black with #7ED24B
Text Example
Text Example
White with #7ED24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED24B; }
p { color: rgb(126,210,75); }
H1.HeaderClassName
{
color: #7ED24B;
}
.AnyTagClassName
{
color: #7ED24B;
}
</style>
background-color css
<style>
a { background-color: #7ED24B; }
a { background-color: rgb(126,210,75); }
div.DivClassName
{
background-color: #7ED24B;
}
.BgClassName
{
background-color: #7ED24B;
}
</style>
border-color css
<style>
span { border-color: #7ED24B; }
span { border-color: rgb(126,210,75); }
td.TdClassName
{
border-color: #7ED24B;
}
.TagClassName
{
border-color: #7ED24B;
}
</style>