Shades of Mantis #7AD248
Tints of Mantis #7AD248
RGB
CMYK
RGB Variations
Color information
#7AD248 (or 0x7AD248) is known color: Mantis. HEX triplet: 7A, D2 and 48. RGB value is (122,210,72). Sum of RGB (Red+Green+Blue) = 122+210+72=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD248 is #852DB7. Grayscale: #A8A8A8. Windows color (decimal): -8727992 or 4772474. OLE color: 4772474.
HSL color Cylindrical-coordinate representation of color #7AD248: hue angle of 98.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AD248 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 72 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.18 |
| HSL | 98.26º | 0.61% | 0.55% | - |
| HSV(B) | 98.26º | 0.66% | 0.82% | - |
| XYZ | 32.24 | 50.7 | 14.22 | - |
| YUV | 167.96 | 73.85 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 72 | 0.42 | 0 | 0.66 | 0.18 | 98.26 | 0.61 | 0.55 |
| Hex | 7A | D2 | 48 | 2A | 0 | 42 | 12 | 62 | 3D | 37 |
| Octal | 172 | 322 | 110 | 52 | 0 | 102 | 22 | 142 | 75 | 67 |
| Binary | 1111010 | 11010010 | 1001000 | 101010 | 0 | 1000010 | 10010 | 1100010 | 111101 | 110111 |
Color Harmonies of #7AD248
Complementary color
Monochromatic Colors of #7AD248
Black with #7AD248
Text Example
Text Example
White with #7AD248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD248; }
p { color: rgb(122,210,72); }
H1.HeaderClassName
{
color: #7AD248;
}
.AnyTagClassName
{
color: #7AD248;
}
</style>
background-color css
<style>
a { background-color: #7AD248; }
a { background-color: rgb(122,210,72); }
div.DivClassName
{
background-color: #7AD248;
}
.BgClassName
{
background-color: #7AD248;
}
</style>
border-color css
<style>
span { border-color: #7AD248; }
span { border-color: rgb(122,210,72); }
td.TdClassName
{
border-color: #7AD248;
}
.TagClassName
{
border-color: #7AD248;
}
</style>