Shades of Mantis #6FD456
Tints of Mantis #6FD456
RGB
CMYK
RGB Variations
Color information
#6FD456 (or 0x6FD456) is known color: Mantis. HEX triplet: 6F, D4 and 56. RGB value is (111,212,86). Sum of RGB (Red+Green+Blue) = 111+212+86=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 212 (83.20% from 255 or 51.83% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD456 is #902BA9. Grayscale: #A7A7A7. Windows color (decimal): -9448362 or 5690479. OLE color: 5690479.
HSL color Cylindrical-coordinate representation of color #6FD456: hue angle of 108.1º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FD456 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 86 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.17 |
| HSL | 108.1º | 0.59% | 0.58% | - |
| HSV(B) | 108.1º | 0.59% | 0.83% | - |
| XYZ | 31.78 | 51.14 | 17 | - |
| YUV | 167.44 | 82.04 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 86 | 0.48 | 0 | 0.59 | 0.17 | 108.1 | 0.59 | 0.58 |
| Hex | 6F | D4 | 56 | 30 | 0 | 3B | 11 | 6C | 3B | 3A |
| Octal | 157 | 324 | 126 | 60 | 0 | 73 | 21 | 154 | 73 | 72 |
| Binary | 1101111 | 11010100 | 1010110 | 110000 | 0 | 111011 | 10001 | 1101100 | 111011 | 111010 |
Color Harmonies of #6FD456
Complementary color
Monochromatic Colors of #6FD456
Black with #6FD456
Text Example
Text Example
White with #6FD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD456; }
p { color: rgb(111,212,86); }
H1.HeaderClassName
{
color: #6FD456;
}
.AnyTagClassName
{
color: #6FD456;
}
</style>
background-color css
<style>
a { background-color: #6FD456; }
a { background-color: rgb(111,212,86); }
div.DivClassName
{
background-color: #6FD456;
}
.BgClassName
{
background-color: #6FD456;
}
</style>
border-color css
<style>
span { border-color: #6FD456; }
span { border-color: rgb(111,212,86); }
td.TdClassName
{
border-color: #6FD456;
}
.TagClassName
{
border-color: #6FD456;
}
</style>