Shades of Mantis #6BDA50
Tints of Mantis #6BDA50
RGB
CMYK
RGB Variations
Color information
#6BDA50 (or 0x6BDA50) is known color: Mantis. HEX triplet: 6B, DA and 50. RGB value is (107,218,80). Sum of RGB (Red+Green+Blue) = 107+218+80=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDA50 is #9425AF. Grayscale: #A9A9A9. Windows color (decimal): -9708976 or 5298795. OLE color: 5298795.
HSL color Cylindrical-coordinate representation of color #6BDA50: hue angle of 108.26º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BDA50 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 80 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.15 |
| HSL | 108.26º | 0.65% | 0.58% | - |
| HSV(B) | 108.26º | 0.63% | 0.85% | - |
| XYZ | 32.58 | 53.85 | 16.27 | - |
| YUV | 169.08 | 77.73 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 80 | 0.51 | 0 | 0.63 | 0.15 | 108.26 | 0.65 | 0.58 |
| Hex | 6B | DA | 50 | 33 | 0 | 3F | F | 6C | 41 | 3A |
| Octal | 153 | 332 | 120 | 63 | 0 | 77 | 17 | 154 | 101 | 72 |
| Binary | 1101011 | 11011010 | 1010000 | 110011 | 0 | 111111 | 1111 | 1101100 | 1000001 | 111010 |
Color Harmonies of #6BDA50
Complementary color
Monochromatic Colors of #6BDA50
Black with #6BDA50
Text Example
Text Example
White with #6BDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA50; }
p { color: rgb(107,218,80); }
H1.HeaderClassName
{
color: #6BDA50;
}
.AnyTagClassName
{
color: #6BDA50;
}
</style>
background-color css
<style>
a { background-color: #6BDA50; }
a { background-color: rgb(107,218,80); }
div.DivClassName
{
background-color: #6BDA50;
}
.BgClassName
{
background-color: #6BDA50;
}
</style>
border-color css
<style>
span { border-color: #6BDA50; }
span { border-color: rgb(107,218,80); }
td.TdClassName
{
border-color: #6BDA50;
}
.TagClassName
{
border-color: #6BDA50;
}
</style>