Shades of Mantis #6FE151
Tints of Mantis #6FE151
RGB
CMYK
RGB Variations
Color information
#6FE151 (or 0x6FE151) is known color: Mantis. HEX triplet: 6F, E1 and 51. RGB value is (111,225,81). Sum of RGB (Red+Green+Blue) = 111+225+81=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE151 is #901EAE. Grayscale: #AEAEAE. Windows color (decimal): -9445039 or 5366127. OLE color: 5366127.
HSL color Cylindrical-coordinate representation of color #6FE151: hue angle of 107.5º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FE151 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 81 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.12 |
| HSL | 107.5º | 0.71% | 0.6% | - |
| HSV(B) | 107.5º | 0.64% | 0.88% | - |
| XYZ | 34.97 | 57.82 | 17.1 | - |
| YUV | 174.5 | 75.23 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 81 | 0.51 | 0 | 0.64 | 0.12 | 107.5 | 0.71 | 0.6 |
| Hex | 6F | E1 | 51 | 33 | 0 | 40 | C | 6C | 47 | 3C |
| Octal | 157 | 341 | 121 | 63 | 0 | 100 | 14 | 154 | 107 | 74 |
| Binary | 1101111 | 11100001 | 1010001 | 110011 | 0 | 1000000 | 1100 | 1101100 | 1000111 | 111100 |
Color Harmonies of #6FE151
Complementary color
Monochromatic Colors of #6FE151
Black with #6FE151
Text Example
Text Example
White with #6FE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE151; }
p { color: rgb(111,225,81); }
H1.HeaderClassName
{
color: #6FE151;
}
.AnyTagClassName
{
color: #6FE151;
}
</style>
background-color css
<style>
a { background-color: #6FE151; }
a { background-color: rgb(111,225,81); }
div.DivClassName
{
background-color: #6FE151;
}
.BgClassName
{
background-color: #6FE151;
}
</style>
border-color css
<style>
span { border-color: #6FE151; }
span { border-color: rgb(111,225,81); }
td.TdClassName
{
border-color: #6FE151;
}
.TagClassName
{
border-color: #6FE151;
}
</style>