Shades of Mantis #7AD03B
Tints of Mantis #7AD03B
RGB
CMYK
RGB Variations
Color information
#7AD03B (or 0x7AD03B) is known color: Mantis. HEX triplet: 7A, D0 and 3B. RGB value is (122,208,59). Sum of RGB (Red+Green+Blue) = 122+208+59=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD03B is #852FC4. Grayscale: #A5A5A5. Windows color (decimal): -8728517 or 3919994. OLE color: 3919994.
HSL color Cylindrical-coordinate representation of color #7AD03B: hue angle of 94.63º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AD03B is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 59 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.18 |
| HSL | 94.63º | 0.61% | 0.52% | - |
| HSV(B) | 94.63º | 0.72% | 0.82% | - |
| XYZ | 31.37 | 49.57 | 12.05 | - |
| YUV | 165.3 | 68.01 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 59 | 0.41 | 0 | 0.72 | 0.18 | 94.63 | 0.61 | 0.52 |
| Hex | 7A | D0 | 3B | 29 | 0 | 48 | 12 | 5F | 3D | 34 |
| Octal | 172 | 320 | 73 | 51 | 0 | 110 | 22 | 137 | 75 | 64 |
| Binary | 1111010 | 11010000 | 111011 | 101001 | 0 | 1001000 | 10010 | 1011111 | 111101 | 110100 |
Color Harmonies of #7AD03B
Complementary color
Monochromatic Colors of #7AD03B
Black with #7AD03B
Text Example
Text Example
White with #7AD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD03B; }
p { color: rgb(122,208,59); }
H1.HeaderClassName
{
color: #7AD03B;
}
.AnyTagClassName
{
color: #7AD03B;
}
</style>
background-color css
<style>
a { background-color: #7AD03B; }
a { background-color: rgb(122,208,59); }
div.DivClassName
{
background-color: #7AD03B;
}
.BgClassName
{
background-color: #7AD03B;
}
</style>
border-color css
<style>
span { border-color: #7AD03B; }
span { border-color: rgb(122,208,59); }
td.TdClassName
{
border-color: #7AD03B;
}
.TagClassName
{
border-color: #7AD03B;
}
</style>