Shades of Mantis #6FC153
Tints of Mantis #6FC153
RGB
CMYK
RGB Variations
Color information
#6FC153 (or 0x6FC153) is known color: Mantis. HEX triplet: 6F, C1 and 53. RGB value is (111,193,83). Sum of RGB (Red+Green+Blue) = 111+193+83=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC153 is #903EAC. Grayscale: #9C9C9C. Windows color (decimal): -9453229 or 5489007. OLE color: 5489007.
HSL color Cylindrical-coordinate representation of color #6FC153: hue angle of 104.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FC153 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 83 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.24 |
| HSL | 104.73º | 0.47% | 0.54% | - |
| HSV(B) | 104.73º | 0.57% | 0.76% | - |
| XYZ | 27.19 | 42.14 | 14.89 | - |
| YUV | 155.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 83 | 0.42 | 0 | 0.57 | 0.24 | 104.73 | 0.47 | 0.54 |
| Hex | 6F | C1 | 53 | 2A | 0 | 39 | 18 | 69 | 2F | 36 |
| Octal | 157 | 301 | 123 | 52 | 0 | 71 | 30 | 151 | 57 | 66 |
| Binary | 1101111 | 11000001 | 1010011 | 101010 | 0 | 111001 | 11000 | 1101001 | 101111 | 110110 |
Color Harmonies of #6FC153
Complementary color
Monochromatic Colors of #6FC153
Black with #6FC153
Text Example
Text Example
White with #6FC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC153; }
p { color: rgb(111,193,83); }
H1.HeaderClassName
{
color: #6FC153;
}
.AnyTagClassName
{
color: #6FC153;
}
</style>
background-color css
<style>
a { background-color: #6FC153; }
a { background-color: rgb(111,193,83); }
div.DivClassName
{
background-color: #6FC153;
}
.BgClassName
{
background-color: #6FC153;
}
</style>
border-color css
<style>
span { border-color: #6FC153; }
span { border-color: rgb(111,193,83); }
td.TdClassName
{
border-color: #6FC153;
}
.TagClassName
{
border-color: #6FC153;
}
</style>