Shades of Mantis #6BC85F
Tints of Mantis #6BC85F
RGB
CMYK
RGB Variations
Color information
#6BC85F (or 0x6BC85F) is known color: Mantis. HEX triplet: 6B, C8 and 5F. RGB value is (107,200,95). Sum of RGB (Red+Green+Blue) = 107+200+95=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC85F is #9437A0. Grayscale: #A0A0A0. Windows color (decimal): -9713569 or 6277227. OLE color: 6277227.
HSL color Cylindrical-coordinate representation of color #6BC85F: hue angle of 113.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BC85F is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 200 | 95 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.22 |
| HSL | 113.14º | 0.49% | 0.58% | - |
| HSV(B) | 113.14º | 0.53% | 0.78% | - |
| XYZ | 28.78 | 45.26 | 18.05 | - |
| YUV | 160.22 | 91.19 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 200 | 95 | 0.46 | 0 | 0.52 | 0.22 | 113.14 | 0.49 | 0.58 |
| Hex | 6B | C8 | 5F | 2E | 0 | 34 | 16 | 71 | 31 | 3A |
| Octal | 153 | 310 | 137 | 56 | 0 | 64 | 26 | 161 | 61 | 72 |
| Binary | 1101011 | 11001000 | 1011111 | 101110 | 0 | 110100 | 10110 | 1110001 | 110001 | 111010 |
Color Harmonies of #6BC85F
Complementary color
Monochromatic Colors of #6BC85F
Black with #6BC85F
Text Example
Text Example
White with #6BC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC85F; }
p { color: rgb(107,200,95); }
H1.HeaderClassName
{
color: #6BC85F;
}
.AnyTagClassName
{
color: #6BC85F;
}
</style>
background-color css
<style>
a { background-color: #6BC85F; }
a { background-color: rgb(107,200,95); }
div.DivClassName
{
background-color: #6BC85F;
}
.BgClassName
{
background-color: #6BC85F;
}
</style>
border-color css
<style>
span { border-color: #6BC85F; }
span { border-color: rgb(107,200,95); }
td.TdClassName
{
border-color: #6BC85F;
}
.TagClassName
{
border-color: #6BC85F;
}
</style>