Shades of Mantis #6CDE47
Tints of Mantis #6CDE47
RGB
CMYK
RGB Variations
Color information
#6CDE47 (or 0x6CDE47) is known color: Mantis. HEX triplet: 6C, DE and 47. RGB value is (108,222,71). Sum of RGB (Red+Green+Blue) = 108+222+71=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDE47 is #9321B8. Grayscale: #ABABAB. Windows color (decimal): -9642425 or 4709996. OLE color: 4709996.
HSL color Cylindrical-coordinate representation of color #6CDE47: hue angle of 105.3º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6CDE47 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 222 | 71 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.13 |
| HSL | 105.3º | 0.7% | 0.57% | - |
| HSV(B) | 105.3º | 0.68% | 0.87% | - |
| XYZ | 33.44 | 55.89 | 14.99 | - |
| YUV | 170.7 | 71.73 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 71 | 0.51 | 0 | 0.68 | 0.13 | 105.3 | 0.7 | 0.57 |
| Hex | 6C | DE | 47 | 33 | 0 | 44 | D | 69 | 46 | 39 |
| Octal | 154 | 336 | 107 | 63 | 0 | 104 | 15 | 151 | 106 | 71 |
| Binary | 1101100 | 11011110 | 1000111 | 110011 | 0 | 1000100 | 1101 | 1101001 | 1000110 | 111001 |
Color Harmonies of #6CDE47
Complementary color
Monochromatic Colors of #6CDE47
Black with #6CDE47
Text Example
Text Example
White with #6CDE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDE47; }
p { color: rgb(108,222,71); }
H1.HeaderClassName
{
color: #6CDE47;
}
.AnyTagClassName
{
color: #6CDE47;
}
</style>
background-color css
<style>
a { background-color: #6CDE47; }
a { background-color: rgb(108,222,71); }
div.DivClassName
{
background-color: #6CDE47;
}
.BgClassName
{
background-color: #6CDE47;
}
</style>
border-color css
<style>
span { border-color: #6CDE47; }
span { border-color: rgb(108,222,71); }
td.TdClassName
{
border-color: #6CDE47;
}
.TagClassName
{
border-color: #6CDE47;
}
</style>