Shades of Mantis #6CBF5B
Tints of Mantis #6CBF5B
RGB
CMYK
RGB Variations
Color information
#6CBF5B (or 0x6CBF5B) is known color: Mantis. HEX triplet: 6C, BF and 5B. RGB value is (108,191,91). Sum of RGB (Red+Green+Blue) = 108+191+91=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBF5B is #9340A4. Grayscale: #9B9B9B. Windows color (decimal): -9650341 or 6012780. OLE color: 6012780.
HSL color Cylindrical-coordinate representation of color #6CBF5B: hue angle of 109.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CBF5B is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 191 | 91 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.25 |
| HSL | 109.8º | 0.44% | 0.55% | - |
| HSV(B) | 109.8º | 0.52% | 0.75% | - |
| XYZ | 26.7 | 41.21 | 16.44 | - |
| YUV | 154.78 | 92 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 91 | 0.43 | 0 | 0.52 | 0.25 | 109.8 | 0.44 | 0.55 |
| Hex | 6C | BF | 5B | 2B | 0 | 34 | 19 | 6E | 2C | 37 |
| Octal | 154 | 277 | 133 | 53 | 0 | 64 | 31 | 156 | 54 | 67 |
| Binary | 1101100 | 10111111 | 1011011 | 101011 | 0 | 110100 | 11001 | 1101110 | 101100 | 110111 |
Color Harmonies of #6CBF5B
Complementary color
Monochromatic Colors of #6CBF5B
Black with #6CBF5B
Text Example
Text Example
White with #6CBF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBF5B; }
p { color: rgb(108,191,91); }
H1.HeaderClassName
{
color: #6CBF5B;
}
.AnyTagClassName
{
color: #6CBF5B;
}
</style>
background-color css
<style>
a { background-color: #6CBF5B; }
a { background-color: rgb(108,191,91); }
div.DivClassName
{
background-color: #6CBF5B;
}
.BgClassName
{
background-color: #6CBF5B;
}
</style>
border-color css
<style>
span { border-color: #6CBF5B; }
span { border-color: rgb(108,191,91); }
td.TdClassName
{
border-color: #6CBF5B;
}
.TagClassName
{
border-color: #6CBF5B;
}
</style>