Shades of Mantis #6BD150
Tints of Mantis #6BD150
RGB
CMYK
RGB Variations
Color information
#6BD150 (or 0x6BD150) is known color: Mantis. HEX triplet: 6B, D1 and 50. RGB value is (107,209,80). Sum of RGB (Red+Green+Blue) = 107+209+80=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD150 is #942EAF. Grayscale: #A4A4A4. Windows color (decimal): -9711280 or 5296491. OLE color: 5296491.
HSL color Cylindrical-coordinate representation of color #6BD150: hue angle of 107.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6BD150 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 209 | 80 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.18 |
| HSL | 107.44º | 0.58% | 0.57% | - |
| HSV(B) | 107.44º | 0.62% | 0.82% | - |
| XYZ | 30.31 | 49.31 | 15.51 | - |
| YUV | 163.8 | 80.71 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 209 | 80 | 0.49 | 0 | 0.62 | 0.18 | 107.44 | 0.58 | 0.57 |
| Hex | 6B | D1 | 50 | 31 | 0 | 3E | 12 | 6B | 3A | 39 |
| Octal | 153 | 321 | 120 | 61 | 0 | 76 | 22 | 153 | 72 | 71 |
| Binary | 1101011 | 11010001 | 1010000 | 110001 | 0 | 111110 | 10010 | 1101011 | 111010 | 111001 |
Color Harmonies of #6BD150
Complementary color
Monochromatic Colors of #6BD150
Black with #6BD150
Text Example
Text Example
White with #6BD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD150; }
p { color: rgb(107,209,80); }
H1.HeaderClassName
{
color: #6BD150;
}
.AnyTagClassName
{
color: #6BD150;
}
</style>
background-color css
<style>
a { background-color: #6BD150; }
a { background-color: rgb(107,209,80); }
div.DivClassName
{
background-color: #6BD150;
}
.BgClassName
{
background-color: #6BD150;
}
</style>
border-color css
<style>
span { border-color: #6BD150; }
span { border-color: rgb(107,209,80); }
td.TdClassName
{
border-color: #6BD150;
}
.TagClassName
{
border-color: #6BD150;
}
</style>