Shades of Mantis #6DBF60
Tints of Mantis #6DBF60
RGB
CMYK
RGB Variations
Color information
#6DBF60 (or 0x6DBF60) is known color: Mantis. HEX triplet: 6D, BF and 60. RGB value is (109,191,96). Sum of RGB (Red+Green+Blue) = 109+191+96=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBF60 is #92409F. Grayscale: #9B9B9B. Windows color (decimal): -9584800 or 6340461. OLE color: 6340461.
HSL color Cylindrical-coordinate representation of color #6DBF60: hue angle of 111.79º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DBF60 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 96 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.25 |
| HSL | 111.79º | 0.43% | 0.56% | - |
| HSV(B) | 111.79º | 0.5% | 0.75% | - |
| XYZ | 27.05 | 41.36 | 17.62 | - |
| YUV | 155.65 | 94.33 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 96 | 0.43 | 0 | 0.50 | 0.25 | 111.79 | 0.43 | 0.56 |
| Hex | 6D | BF | 60 | 2B | 0 | 32 | 19 | 70 | 2B | 38 |
| Octal | 155 | 277 | 140 | 53 | 0 | 62 | 31 | 160 | 53 | 70 |
| Binary | 1101101 | 10111111 | 1100000 | 101011 | 0 | 110010 | 11001 | 1110000 | 101011 | 111000 |
Color Harmonies of #6DBF60
Complementary color
Monochromatic Colors of #6DBF60
Black with #6DBF60
Text Example
Text Example
White with #6DBF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBF60; }
p { color: rgb(109,191,96); }
H1.HeaderClassName
{
color: #6DBF60;
}
.AnyTagClassName
{
color: #6DBF60;
}
</style>
background-color css
<style>
a { background-color: #6DBF60; }
a { background-color: rgb(109,191,96); }
div.DivClassName
{
background-color: #6DBF60;
}
.BgClassName
{
background-color: #6DBF60;
}
</style>
border-color css
<style>
span { border-color: #6DBF60; }
span { border-color: rgb(109,191,96); }
td.TdClassName
{
border-color: #6DBF60;
}
.TagClassName
{
border-color: #6DBF60;
}
</style>