Shades of Mantis #6BDC47
Tints of Mantis #6BDC47
RGB
CMYK
RGB Variations
Color information
#6BDC47 (or 0x6BDC47) is known color: Mantis. HEX triplet: 6B, DC and 47. RGB value is (107,220,71). Sum of RGB (Red+Green+Blue) = 107+220+71=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDC47 is #9423B8. Grayscale: #A9A9A9. Windows color (decimal): -9708473 or 4709483. OLE color: 4709483.
HSL color Cylindrical-coordinate representation of color #6BDC47: hue angle of 105.5º 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 #6BDC47 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 71 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.14 |
| HSL | 105.5º | 0.68% | 0.57% | - |
| HSV(B) | 105.5º | 0.68% | 0.86% | - |
| XYZ | 32.79 | 54.77 | 14.8 | - |
| YUV | 169.23 | 72.56 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 71 | 0.51 | 0 | 0.68 | 0.14 | 105.5 | 0.68 | 0.57 |
| Hex | 6B | DC | 47 | 33 | 0 | 44 | E | 6A | 44 | 39 |
| Octal | 153 | 334 | 107 | 63 | 0 | 104 | 16 | 152 | 104 | 71 |
| Binary | 1101011 | 11011100 | 1000111 | 110011 | 0 | 1000100 | 1110 | 1101010 | 1000100 | 111001 |
Color Harmonies of #6BDC47
Complementary color
Monochromatic Colors of #6BDC47
Black with #6BDC47
Text Example
Text Example
White with #6BDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC47; }
p { color: rgb(107,220,71); }
H1.HeaderClassName
{
color: #6BDC47;
}
.AnyTagClassName
{
color: #6BDC47;
}
</style>
background-color css
<style>
a { background-color: #6BDC47; }
a { background-color: rgb(107,220,71); }
div.DivClassName
{
background-color: #6BDC47;
}
.BgClassName
{
background-color: #6BDC47;
}
</style>
border-color css
<style>
span { border-color: #6BDC47; }
span { border-color: rgb(107,220,71); }
td.TdClassName
{
border-color: #6BDC47;
}
.TagClassName
{
border-color: #6BDC47;
}
</style>