Shades of Mantis #6ECD5F
Tints of Mantis #6ECD5F
RGB
CMYK
RGB Variations
Color information
#6ECD5F (or 0x6ECD5F) is known color: Mantis. HEX triplet: 6E, CD and 5F. RGB value is (110,205,95). Sum of RGB (Red+Green+Blue) = 110+205+95=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECD5F is #9132A0. Grayscale: #A4A4A4. Windows color (decimal): -9515681 or 6278510. OLE color: 6278510.
HSL color Cylindrical-coordinate representation of color #6ECD5F: hue angle of 111.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ECD5F is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 95 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.20 |
| HSL | 111.82º | 0.52% | 0.59% | - |
| HSV(B) | 111.82º | 0.54% | 0.8% | - |
| XYZ | 30.33 | 47.8 | 18.46 | - |
| YUV | 164.06 | 89.03 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 95 | 0.46 | 0 | 0.54 | 0.20 | 111.82 | 0.52 | 0.59 |
| Hex | 6E | CD | 5F | 2E | 0 | 36 | 14 | 70 | 34 | 3B |
| Octal | 156 | 315 | 137 | 56 | 0 | 66 | 24 | 160 | 64 | 73 |
| Binary | 1101110 | 11001101 | 1011111 | 101110 | 0 | 110110 | 10100 | 1110000 | 110100 | 111011 |
Color Harmonies of #6ECD5F
Complementary color
Monochromatic Colors of #6ECD5F
Black with #6ECD5F
Text Example
Text Example
White with #6ECD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD5F; }
p { color: rgb(110,205,95); }
H1.HeaderClassName
{
color: #6ECD5F;
}
.AnyTagClassName
{
color: #6ECD5F;
}
</style>
background-color css
<style>
a { background-color: #6ECD5F; }
a { background-color: rgb(110,205,95); }
div.DivClassName
{
background-color: #6ECD5F;
}
.BgClassName
{
background-color: #6ECD5F;
}
</style>
border-color css
<style>
span { border-color: #6ECD5F; }
span { border-color: rgb(110,205,95); }
td.TdClassName
{
border-color: #6ECD5F;
}
.TagClassName
{
border-color: #6ECD5F;
}
</style>