Shades of Mantis #7ADF4B
Tints of Mantis #7ADF4B
RGB
CMYK
RGB Variations
Color information
#7ADF4B (or 0x7ADF4B) is known color: Mantis. HEX triplet: 7A, DF and 4B. RGB value is (122,223,75). Sum of RGB (Red+Green+Blue) = 122+223+75=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADF4B is #8520B4. Grayscale: #B0B0B0. Windows color (decimal): -8724661 or 4972410. OLE color: 4972410.
HSL color Cylindrical-coordinate representation of color #7ADF4B: hue angle of 100.95º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ADF4B is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 75 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.13 |
| HSL | 100.95º | 0.7% | 0.58% | - |
| HSV(B) | 100.95º | 0.66% | 0.87% | - |
| XYZ | 35.68 | 57.42 | 15.86 | - |
| YUV | 175.93 | 71.04 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 75 | 0.45 | 0 | 0.66 | 0.13 | 100.95 | 0.7 | 0.58 |
| Hex | 7A | DF | 4B | 2D | 0 | 42 | D | 65 | 46 | 3A |
| Octal | 172 | 337 | 113 | 55 | 0 | 102 | 15 | 145 | 106 | 72 |
| Binary | 1111010 | 11011111 | 1001011 | 101101 | 0 | 1000010 | 1101 | 1100101 | 1000110 | 111010 |
Color Harmonies of #7ADF4B
Complementary color
Monochromatic Colors of #7ADF4B
Black with #7ADF4B
Text Example
Text Example
White with #7ADF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF4B; }
p { color: rgb(122,223,75); }
H1.HeaderClassName
{
color: #7ADF4B;
}
.AnyTagClassName
{
color: #7ADF4B;
}
</style>
background-color css
<style>
a { background-color: #7ADF4B; }
a { background-color: rgb(122,223,75); }
div.DivClassName
{
background-color: #7ADF4B;
}
.BgClassName
{
background-color: #7ADF4B;
}
</style>
border-color css
<style>
span { border-color: #7ADF4B; }
span { border-color: rgb(122,223,75); }
td.TdClassName
{
border-color: #7ADF4B;
}
.TagClassName
{
border-color: #7ADF4B;
}
</style>