Shades of Mantis #7ADF3E
Tints of Mantis #7ADF3E
RGB
CMYK
RGB Variations
Color information
#7ADF3E (or 0x7ADF3E) is known color: Mantis. HEX triplet: 7A, DF and 3E. RGB value is (122,223,62). Sum of RGB (Red+Green+Blue) = 122+223+62=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADF3E is #8520C1. Grayscale: #AEAEAE. Windows color (decimal): -8724674 or 4120442. OLE color: 4120442.
HSL color Cylindrical-coordinate representation of color #7ADF3E: hue angle of 97.64º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ADF3E is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 62 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.13 |
| HSL | 97.64º | 0.72% | 0.56% | - |
| HSV(B) | 97.64º | 0.72% | 0.87% | - |
| XYZ | 35.28 | 57.26 | 13.75 | - |
| YUV | 174.45 | 64.54 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 62 | 0.45 | 0 | 0.72 | 0.13 | 97.64 | 0.72 | 0.56 |
| Hex | 7A | DF | 3E | 2D | 0 | 48 | D | 62 | 48 | 38 |
| Octal | 172 | 337 | 76 | 55 | 0 | 110 | 15 | 142 | 110 | 70 |
| Binary | 1111010 | 11011111 | 111110 | 101101 | 0 | 1001000 | 1101 | 1100010 | 1001000 | 111000 |
Color Harmonies of #7ADF3E
Complementary color
Monochromatic Colors of #7ADF3E
Black with #7ADF3E
Text Example
Text Example
White with #7ADF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF3E; }
p { color: rgb(122,223,62); }
H1.HeaderClassName
{
color: #7ADF3E;
}
.AnyTagClassName
{
color: #7ADF3E;
}
</style>
background-color css
<style>
a { background-color: #7ADF3E; }
a { background-color: rgb(122,223,62); }
div.DivClassName
{
background-color: #7ADF3E;
}
.BgClassName
{
background-color: #7ADF3E;
}
</style>
border-color css
<style>
span { border-color: #7ADF3E; }
span { border-color: rgb(122,223,62); }
td.TdClassName
{
border-color: #7ADF3E;
}
.TagClassName
{
border-color: #7ADF3E;
}
</style>