Shades of Mantis #6BDC4D
Tints of Mantis #6BDC4D
RGB
CMYK
RGB Variations
Color information
#6BDC4D (or 0x6BDC4D) is known color: Mantis. HEX triplet: 6B, DC and 4D. RGB value is (107,220,77). Sum of RGB (Red+Green+Blue) = 107+220+77=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC4D is #9423B2. Grayscale: #AAAAAA. Windows color (decimal): -9708467 or 5102699. OLE color: 5102699.
HSL color Cylindrical-coordinate representation of color #6BDC4D: hue angle of 107.41º 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 #6BDC4D is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 77 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.14 |
| HSL | 107.41º | 0.67% | 0.58% | - |
| HSV(B) | 107.41º | 0.65% | 0.86% | - |
| XYZ | 33 | 54.85 | 15.87 | - |
| YUV | 169.91 | 75.56 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 77 | 0.51 | 0 | 0.65 | 0.14 | 107.41 | 0.67 | 0.58 |
| Hex | 6B | DC | 4D | 33 | 0 | 41 | E | 6B | 43 | 3A |
| Octal | 153 | 334 | 115 | 63 | 0 | 101 | 16 | 153 | 103 | 72 |
| Binary | 1101011 | 11011100 | 1001101 | 110011 | 0 | 1000001 | 1110 | 1101011 | 1000011 | 111010 |
Color Harmonies of #6BDC4D
Complementary color
Monochromatic Colors of #6BDC4D
Black with #6BDC4D
Text Example
Text Example
White with #6BDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC4D; }
p { color: rgb(107,220,77); }
H1.HeaderClassName
{
color: #6BDC4D;
}
.AnyTagClassName
{
color: #6BDC4D;
}
</style>
background-color css
<style>
a { background-color: #6BDC4D; }
a { background-color: rgb(107,220,77); }
div.DivClassName
{
background-color: #6BDC4D;
}
.BgClassName
{
background-color: #6BDC4D;
}
</style>
border-color css
<style>
span { border-color: #6BDC4D; }
span { border-color: rgb(107,220,77); }
td.TdClassName
{
border-color: #6BDC4D;
}
.TagClassName
{
border-color: #6BDC4D;
}
</style>