Shades of Mantis #7ADE50
Tints of Mantis #7ADE50
RGB
CMYK
RGB Variations
Color information
#7ADE50 (or 0x7ADE50) is known color: Mantis. HEX triplet: 7A, DE and 50. RGB value is (122,222,80). Sum of RGB (Red+Green+Blue) = 122+222+80=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADE50 is #8521AF. Grayscale: #B0B0B0. Windows color (decimal): -8724912 or 5299834. OLE color: 5299834.
HSL color Cylindrical-coordinate representation of color #7ADE50: hue angle of 102.25º degrees, saturation: 0.68, 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 #7ADE50 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 80 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.13 |
| HSL | 102.25º | 0.68% | 0.59% | - |
| HSV(B) | 102.25º | 0.64% | 0.87% | - |
| XYZ | 35.6 | 56.96 | 16.71 | - |
| YUV | 175.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 80 | 0.45 | 0 | 0.64 | 0.13 | 102.25 | 0.68 | 0.59 |
| Hex | 7A | DE | 50 | 2D | 0 | 40 | D | 66 | 44 | 3B |
| Octal | 172 | 336 | 120 | 55 | 0 | 100 | 15 | 146 | 104 | 73 |
| Binary | 1111010 | 11011110 | 1010000 | 101101 | 0 | 1000000 | 1101 | 1100110 | 1000100 | 111011 |
Color Harmonies of #7ADE50
Complementary color
Monochromatic Colors of #7ADE50
Black with #7ADE50
Text Example
Text Example
White with #7ADE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE50; }
p { color: rgb(122,222,80); }
H1.HeaderClassName
{
color: #7ADE50;
}
.AnyTagClassName
{
color: #7ADE50;
}
</style>
background-color css
<style>
a { background-color: #7ADE50; }
a { background-color: rgb(122,222,80); }
div.DivClassName
{
background-color: #7ADE50;
}
.BgClassName
{
background-color: #7ADE50;
}
</style>
border-color css
<style>
span { border-color: #7ADE50; }
span { border-color: rgb(122,222,80); }
td.TdClassName
{
border-color: #7ADE50;
}
.TagClassName
{
border-color: #7ADE50;
}
</style>