Shades of Mantis #7ADE53
Tints of Mantis #7ADE53
RGB
CMYK
RGB Variations
Color information
#7ADE53 (or 0x7ADE53) is known color: Mantis. HEX triplet: 7A, DE and 53. RGB value is (122,222,83). Sum of RGB (Red+Green+Blue) = 122+222+83=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADE53 is #8521AC. Grayscale: #B0B0B0. Windows color (decimal): -8724909 or 5496442. OLE color: 5496442.
HSL color Cylindrical-coordinate representation of color #7ADE53: hue angle of 103.17º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ADE53 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 83 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.13 |
| HSL | 103.17º | 0.68% | 0.6% | - |
| HSV(B) | 103.17º | 0.63% | 0.87% | - |
| XYZ | 35.71 | 57 | 17.3 | - |
| YUV | 176.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 83 | 0.45 | 0 | 0.63 | 0.13 | 103.17 | 0.68 | 0.6 |
| Hex | 7A | DE | 53 | 2D | 0 | 3F | D | 67 | 44 | 3C |
| Octal | 172 | 336 | 123 | 55 | 0 | 77 | 15 | 147 | 104 | 74 |
| Binary | 1111010 | 11011110 | 1010011 | 101101 | 0 | 111111 | 1101 | 1100111 | 1000100 | 111100 |
Color Harmonies of #7ADE53
Complementary color
Monochromatic Colors of #7ADE53
Black with #7ADE53
Text Example
Text Example
White with #7ADE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE53; }
p { color: rgb(122,222,83); }
H1.HeaderClassName
{
color: #7ADE53;
}
.AnyTagClassName
{
color: #7ADE53;
}
</style>
background-color css
<style>
a { background-color: #7ADE53; }
a { background-color: rgb(122,222,83); }
div.DivClassName
{
background-color: #7ADE53;
}
.BgClassName
{
background-color: #7ADE53;
}
</style>
border-color css
<style>
span { border-color: #7ADE53; }
span { border-color: rgb(122,222,83); }
td.TdClassName
{
border-color: #7ADE53;
}
.TagClassName
{
border-color: #7ADE53;
}
</style>