Shades of Mantis #6ECF50
Tints of Mantis #6ECF50
RGB
CMYK
RGB Variations
Color information
#6ECF50 (or 0x6ECF50) is known color: Mantis. HEX triplet: 6E, CF and 50. RGB value is (110,207,80). Sum of RGB (Red+Green+Blue) = 110+207+80=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECF50 is #9130AF. Grayscale: #A3A3A3. Windows color (decimal): -9515184 or 5295982. OLE color: 5295982.
HSL color Cylindrical-coordinate representation of color #6ECF50: hue angle of 105.83º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6ECF50 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 80 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.19 |
| HSL | 105.83º | 0.57% | 0.56% | - |
| HSV(B) | 105.83º | 0.61% | 0.81% | - |
| XYZ | 30.19 | 48.52 | 15.36 | - |
| YUV | 163.52 | 80.86 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 80 | 0.47 | 0 | 0.61 | 0.19 | 105.83 | 0.57 | 0.56 |
| Hex | 6E | CF | 50 | 2F | 0 | 3D | 13 | 6A | 39 | 38 |
| Octal | 156 | 317 | 120 | 57 | 0 | 75 | 23 | 152 | 71 | 70 |
| Binary | 1101110 | 11001111 | 1010000 | 101111 | 0 | 111101 | 10011 | 1101010 | 111001 | 111000 |
Color Harmonies of #6ECF50
Complementary color
Monochromatic Colors of #6ECF50
Black with #6ECF50
Text Example
Text Example
White with #6ECF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF50; }
p { color: rgb(110,207,80); }
H1.HeaderClassName
{
color: #6ECF50;
}
.AnyTagClassName
{
color: #6ECF50;
}
</style>
background-color css
<style>
a { background-color: #6ECF50; }
a { background-color: rgb(110,207,80); }
div.DivClassName
{
background-color: #6ECF50;
}
.BgClassName
{
background-color: #6ECF50;
}
</style>
border-color css
<style>
span { border-color: #6ECF50; }
span { border-color: rgb(110,207,80); }
td.TdClassName
{
border-color: #6ECF50;
}
.TagClassName
{
border-color: #6ECF50;
}
</style>