Shades of Mantis #7ADF40
Tints of Mantis #7ADF40
RGB
CMYK
RGB Variations
Color information
#7ADF40 (or 0x7ADF40) is known color: Mantis. HEX triplet: 7A, DF and 40. RGB value is (122,223,64). Sum of RGB (Red+Green+Blue) = 122+223+64=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADF40 is #8520BF. Grayscale: #AFAFAF. Windows color (decimal): -8724672 or 4251514. OLE color: 4251514.
HSL color Cylindrical-coordinate representation of color #7ADF40: hue angle of 98.11º degrees, saturation: 0.71, 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 #7ADF40 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 64 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.13 |
| HSL | 98.11º | 0.71% | 0.56% | - |
| HSV(B) | 98.11º | 0.71% | 0.87% | - |
| XYZ | 35.34 | 57.28 | 14.04 | - |
| YUV | 174.68 | 65.54 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 64 | 0.45 | 0 | 0.71 | 0.13 | 98.11 | 0.71 | 0.56 |
| Hex | 7A | DF | 40 | 2D | 0 | 47 | D | 62 | 47 | 38 |
| Octal | 172 | 337 | 100 | 55 | 0 | 107 | 15 | 142 | 107 | 70 |
| Binary | 1111010 | 11011111 | 1000000 | 101101 | 0 | 1000111 | 1101 | 1100010 | 1000111 | 111000 |
Color Harmonies of #7ADF40
Complementary color
Monochromatic Colors of #7ADF40
Black with #7ADF40
Text Example
Text Example
White with #7ADF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF40; }
p { color: rgb(122,223,64); }
H1.HeaderClassName
{
color: #7ADF40;
}
.AnyTagClassName
{
color: #7ADF40;
}
</style>
background-color css
<style>
a { background-color: #7ADF40; }
a { background-color: rgb(122,223,64); }
div.DivClassName
{
background-color: #7ADF40;
}
.BgClassName
{
background-color: #7ADF40;
}
</style>
border-color css
<style>
span { border-color: #7ADF40; }
span { border-color: rgb(122,223,64); }
td.TdClassName
{
border-color: #7ADF40;
}
.TagClassName
{
border-color: #7ADF40;
}
</style>