Shades of Mantis #6BDC4E
Tints of Mantis #6BDC4E
RGB
CMYK
RGB Variations
Color information
#6BDC4E (or 0x6BDC4E) is known color: Mantis. HEX triplet: 6B, DC and 4E. RGB value is (107,220,78). Sum of RGB (Red+Green+Blue) = 107+220+78=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC4E is #9423B1. Grayscale: #AAAAAA. Windows color (decimal): -9708466 or 5168235. OLE color: 5168235.
HSL color Cylindrical-coordinate representation of color #6BDC4E: hue angle of 107.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6BDC4E is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 78 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.14 |
| HSL | 107.75º | 0.67% | 0.58% | - |
| HSV(B) | 107.75º | 0.65% | 0.86% | - |
| XYZ | 33.03 | 54.86 | 16.06 | - |
| YUV | 170.03 | 76.06 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 78 | 0.51 | 0 | 0.65 | 0.14 | 107.75 | 0.67 | 0.58 |
| Hex | 6B | DC | 4E | 33 | 0 | 41 | E | 6C | 43 | 3A |
| Octal | 153 | 334 | 116 | 63 | 0 | 101 | 16 | 154 | 103 | 72 |
| Binary | 1101011 | 11011100 | 1001110 | 110011 | 0 | 1000001 | 1110 | 1101100 | 1000011 | 111010 |
Color Harmonies of #6BDC4E
Complementary color
Monochromatic Colors of #6BDC4E
Black with #6BDC4E
Text Example
Text Example
White with #6BDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC4E; }
p { color: rgb(107,220,78); }
H1.HeaderClassName
{
color: #6BDC4E;
}
.AnyTagClassName
{
color: #6BDC4E;
}
</style>
background-color css
<style>
a { background-color: #6BDC4E; }
a { background-color: rgb(107,220,78); }
div.DivClassName
{
background-color: #6BDC4E;
}
.BgClassName
{
background-color: #6BDC4E;
}
</style>
border-color css
<style>
span { border-color: #6BDC4E; }
span { border-color: rgb(107,220,78); }
td.TdClassName
{
border-color: #6BDC4E;
}
.TagClassName
{
border-color: #6BDC4E;
}
</style>