Shades of Mantis #6ECC5F
Tints of Mantis #6ECC5F
RGB
CMYK
RGB Variations
Color information
#6ECC5F (or 0x6ECC5F) is known color: Mantis. HEX triplet: 6E, CC and 5F. RGB value is (110,204,95). Sum of RGB (Red+Green+Blue) = 110+204+95=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECC5F is #9133A0. Grayscale: #A3A3A3. Windows color (decimal): -9515937 or 6278254. OLE color: 6278254.
HSL color Cylindrical-coordinate representation of color #6ECC5F: hue angle of 111.74º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ECC5F is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 95 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.2 |
| HSL | 111.74º | 0.52% | 0.59% | - |
| HSV(B) | 111.74º | 0.53% | 0.8% | - |
| XYZ | 30.09 | 47.33 | 18.38 | - |
| YUV | 163.47 | 89.36 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 95 | 0.46 | 0 | 0.53 | 0.2 | 111.74 | 0.52 | 0.59 |
| Hex | 6E | CC | 5F | 2E | 0 | 35 | 14 | 70 | 34 | 3B |
| Octal | 156 | 314 | 137 | 56 | 0 | 65 | 24 | 160 | 64 | 73 |
| Binary | 1101110 | 11001100 | 1011111 | 101110 | 0 | 110101 | 10100 | 1110000 | 110100 | 111011 |
Color Harmonies of #6ECC5F
Complementary color
Monochromatic Colors of #6ECC5F
Black with #6ECC5F
Text Example
Text Example
White with #6ECC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECC5F; }
p { color: rgb(110,204,95); }
H1.HeaderClassName
{
color: #6ECC5F;
}
.AnyTagClassName
{
color: #6ECC5F;
}
</style>
background-color css
<style>
a { background-color: #6ECC5F; }
a { background-color: rgb(110,204,95); }
div.DivClassName
{
background-color: #6ECC5F;
}
.BgClassName
{
background-color: #6ECC5F;
}
</style>
border-color css
<style>
span { border-color: #6ECC5F; }
span { border-color: rgb(110,204,95); }
td.TdClassName
{
border-color: #6ECC5F;
}
.TagClassName
{
border-color: #6ECC5F;
}
</style>