Shades of Mantis #6ED74F
Tints of Mantis #6ED74F
RGB
CMYK
RGB Variations
Color information
#6ED74F (or 0x6ED74F) is known color: Mantis. HEX triplet: 6E, D7 and 4F. RGB value is (110,215,79). Sum of RGB (Red+Green+Blue) = 110+215+79=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED74F is #9128B0. Grayscale: #A8A8A8. Windows color (decimal): -9513137 or 5232494. OLE color: 5232494.
HSL color Cylindrical-coordinate representation of color #6ED74F: hue angle of 106.32º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6ED74F is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 79 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.16 |
| HSL | 106.32º | 0.63% | 0.58% | - |
| HSV(B) | 106.32º | 0.63% | 0.84% | - |
| XYZ | 32.14 | 52.48 | 15.83 | - |
| YUV | 168.1 | 77.71 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 79 | 0.49 | 0 | 0.63 | 0.16 | 106.32 | 0.63 | 0.58 |
| Hex | 6E | D7 | 4F | 31 | 0 | 3F | 10 | 6A | 3F | 3A |
| Octal | 156 | 327 | 117 | 61 | 0 | 77 | 20 | 152 | 77 | 72 |
| Binary | 1101110 | 11010111 | 1001111 | 110001 | 0 | 111111 | 10000 | 1101010 | 111111 | 111010 |
Color Harmonies of #6ED74F
Complementary color
Monochromatic Colors of #6ED74F
Black with #6ED74F
Text Example
Text Example
White with #6ED74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED74F; }
p { color: rgb(110,215,79); }
H1.HeaderClassName
{
color: #6ED74F;
}
.AnyTagClassName
{
color: #6ED74F;
}
</style>
background-color css
<style>
a { background-color: #6ED74F; }
a { background-color: rgb(110,215,79); }
div.DivClassName
{
background-color: #6ED74F;
}
.BgClassName
{
background-color: #6ED74F;
}
</style>
border-color css
<style>
span { border-color: #6ED74F; }
span { border-color: rgb(110,215,79); }
td.TdClassName
{
border-color: #6ED74F;
}
.TagClassName
{
border-color: #6ED74F;
}
</style>