Shades of Mantis #6FC55C
Tints of Mantis #6FC55C
RGB
CMYK
RGB Variations
Color information
#6FC55C (or 0x6FC55C) is known color: Mantis. HEX triplet: 6F, C5 and 5C. RGB value is (111,197,92). Sum of RGB (Red+Green+Blue) = 111+197+92=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC55C is #903AA3. Grayscale: #9F9F9F. Windows color (decimal): -9452196 or 6079855. OLE color: 6079855.
HSL color Cylindrical-coordinate representation of color #6FC55C: hue angle of 109.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FC55C is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 92 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.23 |
| HSL | 109.14º | 0.48% | 0.57% | - |
| HSV(B) | 109.14º | 0.53% | 0.77% | - |
| XYZ | 28.45 | 44.08 | 17.13 | - |
| YUV | 159.32 | 90.01 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 92 | 0.44 | 0 | 0.53 | 0.23 | 109.14 | 0.48 | 0.57 |
| Hex | 6F | C5 | 5C | 2C | 0 | 35 | 17 | 6D | 30 | 39 |
| Octal | 157 | 305 | 134 | 54 | 0 | 65 | 27 | 155 | 60 | 71 |
| Binary | 1101111 | 11000101 | 1011100 | 101100 | 0 | 110101 | 10111 | 1101101 | 110000 | 111001 |
Color Harmonies of #6FC55C
Complementary color
Monochromatic Colors of #6FC55C
Black with #6FC55C
Text Example
Text Example
White with #6FC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC55C; }
p { color: rgb(111,197,92); }
H1.HeaderClassName
{
color: #6FC55C;
}
.AnyTagClassName
{
color: #6FC55C;
}
</style>
background-color css
<style>
a { background-color: #6FC55C; }
a { background-color: rgb(111,197,92); }
div.DivClassName
{
background-color: #6FC55C;
}
.BgClassName
{
background-color: #6FC55C;
}
</style>
border-color css
<style>
span { border-color: #6FC55C; }
span { border-color: rgb(111,197,92); }
td.TdClassName
{
border-color: #6FC55C;
}
.TagClassName
{
border-color: #6FC55C;
}
</style>