Shades of Mantis #6CDC47
Tints of Mantis #6CDC47
RGB
CMYK
RGB Variations
Color information
#6CDC47 (or 0x6CDC47) is known color: Mantis. HEX triplet: 6C, DC and 47. RGB value is (108,220,71). Sum of RGB (Red+Green+Blue) = 108+220+71=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDC47 is #9323B8. Grayscale: #AAAAAA. Windows color (decimal): -9642937 or 4709484. OLE color: 4709484.
HSL color Cylindrical-coordinate representation of color #6CDC47: hue angle of 105.1º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6CDC47 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 71 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.14 |
| HSL | 105.1º | 0.68% | 0.57% | - |
| HSV(B) | 105.1º | 0.68% | 0.86% | - |
| XYZ | 32.91 | 54.83 | 14.81 | - |
| YUV | 169.53 | 72.39 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 71 | 0.51 | 0 | 0.68 | 0.14 | 105.1 | 0.68 | 0.57 |
| Hex | 6C | DC | 47 | 33 | 0 | 44 | E | 69 | 44 | 39 |
| Octal | 154 | 334 | 107 | 63 | 0 | 104 | 16 | 151 | 104 | 71 |
| Binary | 1101100 | 11011100 | 1000111 | 110011 | 0 | 1000100 | 1110 | 1101001 | 1000100 | 111001 |
Color Harmonies of #6CDC47
Complementary color
Monochromatic Colors of #6CDC47
Black with #6CDC47
Text Example
Text Example
White with #6CDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC47; }
p { color: rgb(108,220,71); }
H1.HeaderClassName
{
color: #6CDC47;
}
.AnyTagClassName
{
color: #6CDC47;
}
</style>
background-color css
<style>
a { background-color: #6CDC47; }
a { background-color: rgb(108,220,71); }
div.DivClassName
{
background-color: #6CDC47;
}
.BgClassName
{
background-color: #6CDC47;
}
</style>
border-color css
<style>
span { border-color: #6CDC47; }
span { border-color: rgb(108,220,71); }
td.TdClassName
{
border-color: #6CDC47;
}
.TagClassName
{
border-color: #6CDC47;
}
</style>