Shades of Mantis #7ADE41
Tints of Mantis #7ADE41
RGB
CMYK
RGB Variations
Color information
#7ADE41 (or 0x7ADE41) is known color: Mantis. HEX triplet: 7A, DE and 41. RGB value is (122,222,65). Sum of RGB (Red+Green+Blue) = 122+222+65=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADE41 is #8521BE. Grayscale: #AEAEAE. Windows color (decimal): -8724927 or 4316794. OLE color: 4316794.
HSL color Cylindrical-coordinate representation of color #7ADE41: hue angle of 98.22º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ADE41 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 65 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.13 |
| HSL | 98.22º | 0.7% | 0.56% | - |
| HSV(B) | 98.22º | 0.71% | 0.87% | - |
| XYZ | 35.1 | 56.76 | 14.11 | - |
| YUV | 174.2 | 66.37 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 65 | 0.45 | 0 | 0.71 | 0.13 | 98.22 | 0.7 | 0.56 |
| Hex | 7A | DE | 41 | 2D | 0 | 47 | D | 62 | 46 | 38 |
| Octal | 172 | 336 | 101 | 55 | 0 | 107 | 15 | 142 | 106 | 70 |
| Binary | 1111010 | 11011110 | 1000001 | 101101 | 0 | 1000111 | 1101 | 1100010 | 1000110 | 111000 |
Color Harmonies of #7ADE41
Complementary color
Monochromatic Colors of #7ADE41
Black with #7ADE41
Text Example
Text Example
White with #7ADE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE41; }
p { color: rgb(122,222,65); }
H1.HeaderClassName
{
color: #7ADE41;
}
.AnyTagClassName
{
color: #7ADE41;
}
</style>
background-color css
<style>
a { background-color: #7ADE41; }
a { background-color: rgb(122,222,65); }
div.DivClassName
{
background-color: #7ADE41;
}
.BgClassName
{
background-color: #7ADE41;
}
</style>
border-color css
<style>
span { border-color: #7ADE41; }
span { border-color: rgb(122,222,65); }
td.TdClassName
{
border-color: #7ADE41;
}
.TagClassName
{
border-color: #7ADE41;
}
</style>