Shades of Mantis #6BC85B
Tints of Mantis #6BC85B
RGB
CMYK
RGB Variations
Color information
#6BC85B (or 0x6BC85B) is known color: Mantis. HEX triplet: 6B, C8 and 5B. RGB value is (107,200,91). Sum of RGB (Red+Green+Blue) = 107+200+91=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC85B is #9437A4. Grayscale: #A0A0A0. Windows color (decimal): -9713573 or 6015083. OLE color: 6015083.
HSL color Cylindrical-coordinate representation of color #6BC85B: hue angle of 111.19º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BC85B is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 200 | 91 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.22 |
| HSL | 111.19º | 0.5% | 0.57% | - |
| HSV(B) | 111.19º | 0.55% | 0.78% | - |
| XYZ | 28.61 | 45.19 | 17.11 | - |
| YUV | 159.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 200 | 91 | 0.46 | 0 | 0.54 | 0.22 | 111.19 | 0.5 | 0.57 |
| Hex | 6B | C8 | 5B | 2E | 0 | 36 | 16 | 6F | 32 | 39 |
| Octal | 153 | 310 | 133 | 56 | 0 | 66 | 26 | 157 | 62 | 71 |
| Binary | 1101011 | 11001000 | 1011011 | 101110 | 0 | 110110 | 10110 | 1101111 | 110010 | 111001 |
Color Harmonies of #6BC85B
Complementary color
Monochromatic Colors of #6BC85B
Black with #6BC85B
Text Example
Text Example
White with #6BC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC85B; }
p { color: rgb(107,200,91); }
H1.HeaderClassName
{
color: #6BC85B;
}
.AnyTagClassName
{
color: #6BC85B;
}
</style>
background-color css
<style>
a { background-color: #6BC85B; }
a { background-color: rgb(107,200,91); }
div.DivClassName
{
background-color: #6BC85B;
}
.BgClassName
{
background-color: #6BC85B;
}
</style>
border-color css
<style>
span { border-color: #6BC85B; }
span { border-color: rgb(107,200,91); }
td.TdClassName
{
border-color: #6BC85B;
}
.TagClassName
{
border-color: #6BC85B;
}
</style>