Shades of Mantis #7ED067
Tints of Mantis #7ED067
RGB
CMYK
RGB Variations
Color information
#7ED067 (or 0x7ED067) is known color: Mantis. HEX triplet: 7E, D0 and 67. RGB value is (126,208,103). Sum of RGB (Red+Green+Blue) = 126+208+103=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED067 is #812F98. Grayscale: #ABABAB. Windows color (decimal): -8466329 or 6803582. OLE color: 6803582.
HSL color Cylindrical-coordinate representation of color #7ED067: hue angle of 106.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ED067 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 103 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.18 |
| HSL | 106.86º | 0.53% | 0.61% | - |
| HSV(B) | 106.86º | 0.5% | 0.82% | - |
| XYZ | 33.61 | 50.53 | 20.81 | - |
| YUV | 171.51 | 89.33 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 103 | 0.39 | 0 | 0.50 | 0.18 | 106.86 | 0.53 | 0.61 |
| Hex | 7E | D0 | 67 | 27 | 0 | 32 | 12 | 6B | 35 | 3D |
| Octal | 176 | 320 | 147 | 47 | 0 | 62 | 22 | 153 | 65 | 75 |
| Binary | 1111110 | 11010000 | 1100111 | 100111 | 0 | 110010 | 10010 | 1101011 | 110101 | 111101 |
Color Harmonies of #7ED067
Complementary color
Monochromatic Colors of #7ED067
Black with #7ED067
Text Example
Text Example
White with #7ED067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED067; }
p { color: rgb(126,208,103); }
H1.HeaderClassName
{
color: #7ED067;
}
.AnyTagClassName
{
color: #7ED067;
}
</style>
background-color css
<style>
a { background-color: #7ED067; }
a { background-color: rgb(126,208,103); }
div.DivClassName
{
background-color: #7ED067;
}
.BgClassName
{
background-color: #7ED067;
}
</style>
border-color css
<style>
span { border-color: #7ED067; }
span { border-color: rgb(126,208,103); }
td.TdClassName
{
border-color: #7ED067;
}
.TagClassName
{
border-color: #7ED067;
}
</style>