Shades of Mantis #6BD64D
Tints of Mantis #6BD64D
RGB
CMYK
RGB Variations
Color information
#6BD64D (or 0x6BD64D) is known color: Mantis. HEX triplet: 6B, D6 and 4D. RGB value is (107,214,77). Sum of RGB (Red+Green+Blue) = 107+214+77=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD64D is #9429B2. Grayscale: #A6A6A6. Windows color (decimal): -9710003 or 5101163. OLE color: 5101163.
HSL color Cylindrical-coordinate representation of color #6BD64D: hue angle of 106.86º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BD64D is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 214 | 77 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.16 |
| HSL | 106.86º | 0.63% | 0.57% | - |
| HSV(B) | 106.86º | 0.64% | 0.84% | - |
| XYZ | 31.45 | 51.75 | 15.35 | - |
| YUV | 166.39 | 77.55 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 214 | 77 | 0.50 | 0 | 0.64 | 0.16 | 106.86 | 0.63 | 0.57 |
| Hex | 6B | D6 | 4D | 32 | 0 | 40 | 10 | 6B | 3F | 39 |
| Octal | 153 | 326 | 115 | 62 | 0 | 100 | 20 | 153 | 77 | 71 |
| Binary | 1101011 | 11010110 | 1001101 | 110010 | 0 | 1000000 | 10000 | 1101011 | 111111 | 111001 |
Color Harmonies of #6BD64D
Complementary color
Monochromatic Colors of #6BD64D
Black with #6BD64D
Text Example
Text Example
White with #6BD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD64D; }
p { color: rgb(107,214,77); }
H1.HeaderClassName
{
color: #6BD64D;
}
.AnyTagClassName
{
color: #6BD64D;
}
</style>
background-color css
<style>
a { background-color: #6BD64D; }
a { background-color: rgb(107,214,77); }
div.DivClassName
{
background-color: #6BD64D;
}
.BgClassName
{
background-color: #6BD64D;
}
</style>
border-color css
<style>
span { border-color: #6BD64D; }
span { border-color: rgb(107,214,77); }
td.TdClassName
{
border-color: #6BD64D;
}
.TagClassName
{
border-color: #6BD64D;
}
</style>