Shades of Mantis #6FDB51
Tints of Mantis #6FDB51
RGB
CMYK
RGB Variations
Color information
#6FDB51 (or 0x6FDB51) is known color: Mantis. HEX triplet: 6F, DB and 51. RGB value is (111,219,81). Sum of RGB (Red+Green+Blue) = 111+219+81=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDB51 is #9024AE. Grayscale: #ABABAB. Windows color (decimal): -9446575 or 5364591. OLE color: 5364591.
HSL color Cylindrical-coordinate representation of color #6FDB51: hue angle of 106.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FDB51 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 81 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.14 |
| HSL | 106.96º | 0.66% | 0.59% | - |
| HSV(B) | 106.96º | 0.63% | 0.86% | - |
| XYZ | 33.37 | 54.64 | 16.57 | - |
| YUV | 170.98 | 77.22 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 81 | 0.49 | 0 | 0.63 | 0.14 | 106.96 | 0.66 | 0.59 |
| Hex | 6F | DB | 51 | 31 | 0 | 3F | E | 6B | 42 | 3B |
| Octal | 157 | 333 | 121 | 61 | 0 | 77 | 16 | 153 | 102 | 73 |
| Binary | 1101111 | 11011011 | 1010001 | 110001 | 0 | 111111 | 1110 | 1101011 | 1000010 | 111011 |
Color Harmonies of #6FDB51
Complementary color
Monochromatic Colors of #6FDB51
Black with #6FDB51
Text Example
Text Example
White with #6FDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB51; }
p { color: rgb(111,219,81); }
H1.HeaderClassName
{
color: #6FDB51;
}
.AnyTagClassName
{
color: #6FDB51;
}
</style>
background-color css
<style>
a { background-color: #6FDB51; }
a { background-color: rgb(111,219,81); }
div.DivClassName
{
background-color: #6FDB51;
}
.BgClassName
{
background-color: #6FDB51;
}
</style>
border-color css
<style>
span { border-color: #6FDB51; }
span { border-color: rgb(111,219,81); }
td.TdClassName
{
border-color: #6FDB51;
}
.TagClassName
{
border-color: #6FDB51;
}
</style>