Shades of Mantis #6FC55B
Tints of Mantis #6FC55B
RGB
CMYK
RGB Variations
Color information
#6FC55B (or 0x6FC55B) is known color: Mantis. HEX triplet: 6F, C5 and 5B. RGB value is (111,197,91). Sum of RGB (Red+Green+Blue) = 111+197+91=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC55B is #903AA4. Grayscale: #9F9F9F. Windows color (decimal): -9452197 or 6014319. OLE color: 6014319.
HSL color Cylindrical-coordinate representation of color #6FC55B: hue angle of 108.68º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FC55B is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 91 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.23 |
| HSL | 108.68º | 0.48% | 0.56% | - |
| HSV(B) | 108.68º | 0.54% | 0.77% | - |
| XYZ | 28.41 | 44.07 | 16.91 | - |
| YUV | 159.2 | 89.51 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 91 | 0.44 | 0 | 0.54 | 0.23 | 108.68 | 0.48 | 0.56 |
| Hex | 6F | C5 | 5B | 2C | 0 | 36 | 17 | 6D | 30 | 38 |
| Octal | 157 | 305 | 133 | 54 | 0 | 66 | 27 | 155 | 60 | 70 |
| Binary | 1101111 | 11000101 | 1011011 | 101100 | 0 | 110110 | 10111 | 1101101 | 110000 | 111000 |
Color Harmonies of #6FC55B
Complementary color
Monochromatic Colors of #6FC55B
Black with #6FC55B
Text Example
Text Example
White with #6FC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC55B; }
p { color: rgb(111,197,91); }
H1.HeaderClassName
{
color: #6FC55B;
}
.AnyTagClassName
{
color: #6FC55B;
}
</style>
background-color css
<style>
a { background-color: #6FC55B; }
a { background-color: rgb(111,197,91); }
div.DivClassName
{
background-color: #6FC55B;
}
.BgClassName
{
background-color: #6FC55B;
}
</style>
border-color css
<style>
span { border-color: #6FC55B; }
span { border-color: rgb(111,197,91); }
td.TdClassName
{
border-color: #6FC55B;
}
.TagClassName
{
border-color: #6FC55B;
}
</style>