Shades of Mantis #6ECC5B
Tints of Mantis #6ECC5B
RGB
CMYK
RGB Variations
Color information
#6ECC5B (or 0x6ECC5B) is known color: Mantis. HEX triplet: 6E, CC and 5B. RGB value is (110,204,91). Sum of RGB (Red+Green+Blue) = 110+204+91=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECC5B is #9133A4. Grayscale: #A3A3A3. Windows color (decimal): -9515941 or 6016110. OLE color: 6016110.
HSL color Cylindrical-coordinate representation of color #6ECC5B: hue angle of 109.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ECC5B is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 91 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.2 |
| HSL | 109.91º | 0.53% | 0.58% | - |
| HSV(B) | 109.91º | 0.55% | 0.8% | - |
| XYZ | 29.91 | 47.26 | 17.44 | - |
| YUV | 163.01 | 87.36 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 91 | 0.46 | 0 | 0.55 | 0.2 | 109.91 | 0.53 | 0.58 |
| Hex | 6E | CC | 5B | 2E | 0 | 37 | 14 | 6E | 35 | 3A |
| Octal | 156 | 314 | 133 | 56 | 0 | 67 | 24 | 156 | 65 | 72 |
| Binary | 1101110 | 11001100 | 1011011 | 101110 | 0 | 110111 | 10100 | 1101110 | 110101 | 111010 |
Color Harmonies of #6ECC5B
Complementary color
Monochromatic Colors of #6ECC5B
Black with #6ECC5B
Text Example
Text Example
White with #6ECC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECC5B; }
p { color: rgb(110,204,91); }
H1.HeaderClassName
{
color: #6ECC5B;
}
.AnyTagClassName
{
color: #6ECC5B;
}
</style>
background-color css
<style>
a { background-color: #6ECC5B; }
a { background-color: rgb(110,204,91); }
div.DivClassName
{
background-color: #6ECC5B;
}
.BgClassName
{
background-color: #6ECC5B;
}
</style>
border-color css
<style>
span { border-color: #6ECC5B; }
span { border-color: rgb(110,204,91); }
td.TdClassName
{
border-color: #6ECC5B;
}
.TagClassName
{
border-color: #6ECC5B;
}
</style>