Shades of Mantis #6FE346
Tints of Mantis #6FE346
RGB
CMYK
RGB Variations
Color information
#6FE346 (or 0x6FE346) is known color: Mantis. HEX triplet: 6F, E3 and 46. RGB value is (111,227,70). Sum of RGB (Red+Green+Blue) = 111+227+70=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 227 (89.06% from 255 or 55.64% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE346 is #901CB9. Grayscale: #AEAEAE. Windows color (decimal): -9444538 or 4645743. OLE color: 4645743.
HSL color Cylindrical-coordinate representation of color #6FE346: hue angle of 104.33º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FE346 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 70 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.11 |
| HSL | 104.33º | 0.74% | 0.58% | - |
| HSV(B) | 104.33º | 0.69% | 0.89% | - |
| XYZ | 35.13 | 58.76 | 15.28 | - |
| YUV | 174.42 | 69.07 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 70 | 0.51 | 0 | 0.69 | 0.11 | 104.33 | 0.74 | 0.58 |
| Hex | 6F | E3 | 46 | 33 | 0 | 45 | B | 68 | 4A | 3A |
| Octal | 157 | 343 | 106 | 63 | 0 | 105 | 13 | 150 | 112 | 72 |
| Binary | 1101111 | 11100011 | 1000110 | 110011 | 0 | 1000101 | 1011 | 1101000 | 1001010 | 111010 |
Color Harmonies of #6FE346
Complementary color
Monochromatic Colors of #6FE346
Black with #6FE346
Text Example
Text Example
White with #6FE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE346; }
p { color: rgb(111,227,70); }
H1.HeaderClassName
{
color: #6FE346;
}
.AnyTagClassName
{
color: #6FE346;
}
</style>
background-color css
<style>
a { background-color: #6FE346; }
a { background-color: rgb(111,227,70); }
div.DivClassName
{
background-color: #6FE346;
}
.BgClassName
{
background-color: #6FE346;
}
</style>
border-color css
<style>
span { border-color: #6FE346; }
span { border-color: rgb(111,227,70); }
td.TdClassName
{
border-color: #6FE346;
}
.TagClassName
{
border-color: #6FE346;
}
</style>