Shades of Mantis #7EC352
Tints of Mantis #7EC352
RGB
CMYK
RGB Variations
Color information
#7EC352 (or 0x7EC352) is known color: Mantis. HEX triplet: 7E, C3 and 52. RGB value is (126,195,82). Sum of RGB (Red+Green+Blue) = 126+195+82=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC352 is #813CAD. Grayscale: #A1A1A1. Windows color (decimal): -8469678 or 5423998. OLE color: 5423998.
HSL color Cylindrical-coordinate representation of color #7EC352: hue angle of 96.64º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EC352 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 82 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.24 |
| HSL | 96.64º | 0.48% | 0.54% | - |
| HSV(B) | 96.64º | 0.58% | 0.76% | - |
| XYZ | 29.64 | 44.08 | 14.93 | - |
| YUV | 161.49 | 83.14 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 82 | 0.35 | 0 | 0.58 | 0.24 | 96.64 | 0.48 | 0.54 |
| Hex | 7E | C3 | 52 | 23 | 0 | 3A | 18 | 61 | 30 | 36 |
| Octal | 176 | 303 | 122 | 43 | 0 | 72 | 30 | 141 | 60 | 66 |
| Binary | 1111110 | 11000011 | 1010010 | 100011 | 0 | 111010 | 11000 | 1100001 | 110000 | 110110 |
Color Harmonies of #7EC352
Complementary color
Monochromatic Colors of #7EC352
Black with #7EC352
Text Example
Text Example
White with #7EC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC352; }
p { color: rgb(126,195,82); }
H1.HeaderClassName
{
color: #7EC352;
}
.AnyTagClassName
{
color: #7EC352;
}
</style>
background-color css
<style>
a { background-color: #7EC352; }
a { background-color: rgb(126,195,82); }
div.DivClassName
{
background-color: #7EC352;
}
.BgClassName
{
background-color: #7EC352;
}
</style>
border-color css
<style>
span { border-color: #7EC352; }
span { border-color: rgb(126,195,82); }
td.TdClassName
{
border-color: #7EC352;
}
.TagClassName
{
border-color: #7EC352;
}
</style>