Shades of Mantis #6ED94A
Tints of Mantis #6ED94A
RGB
CMYK
RGB Variations
Color information
#6ED94A (or 0x6ED94A) is known color: Mantis. HEX triplet: 6E, D9 and 4A. RGB value is (110,217,74). Sum of RGB (Red+Green+Blue) = 110+217+74=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED94A is #9126B5. Grayscale: #A9A9A9. Windows color (decimal): -9512630 or 4905326. OLE color: 4905326.
HSL color Cylindrical-coordinate representation of color #6ED94A: hue angle of 104.9º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6ED94A is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 74 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.15 |
| HSL | 104.9º | 0.65% | 0.57% | - |
| HSV(B) | 104.9º | 0.66% | 0.85% | - |
| XYZ | 32.48 | 53.44 | 15.08 | - |
| YUV | 168.71 | 74.55 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 74 | 0.49 | 0 | 0.66 | 0.15 | 104.9 | 0.65 | 0.57 |
| Hex | 6E | D9 | 4A | 31 | 0 | 42 | F | 69 | 41 | 39 |
| Octal | 156 | 331 | 112 | 61 | 0 | 102 | 17 | 151 | 101 | 71 |
| Binary | 1101110 | 11011001 | 1001010 | 110001 | 0 | 1000010 | 1111 | 1101001 | 1000001 | 111001 |
Color Harmonies of #6ED94A
Complementary color
Monochromatic Colors of #6ED94A
Black with #6ED94A
Text Example
Text Example
White with #6ED94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED94A; }
p { color: rgb(110,217,74); }
H1.HeaderClassName
{
color: #6ED94A;
}
.AnyTagClassName
{
color: #6ED94A;
}
</style>
background-color css
<style>
a { background-color: #6ED94A; }
a { background-color: rgb(110,217,74); }
div.DivClassName
{
background-color: #6ED94A;
}
.BgClassName
{
background-color: #6ED94A;
}
</style>
border-color css
<style>
span { border-color: #6ED94A; }
span { border-color: rgb(110,217,74); }
td.TdClassName
{
border-color: #6ED94A;
}
.TagClassName
{
border-color: #6ED94A;
}
</style>