Shades of Mantis #6FD749
Tints of Mantis #6FD749
RGB
CMYK
RGB Variations
Color information
#6FD749 (or 0x6FD749) is known color: Mantis. HEX triplet: 6F, D7 and 49. RGB value is (111,215,73). Sum of RGB (Red+Green+Blue) = 111+215+73=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD749 is #9028B6. Grayscale: #A8A8A8. Windows color (decimal): -9447607 or 4839279. OLE color: 4839279.
HSL color Cylindrical-coordinate representation of color #6FD749: hue angle of 103.94º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FD749 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 73 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.16 |
| HSL | 103.94º | 0.64% | 0.56% | - |
| HSV(B) | 103.94º | 0.66% | 0.84% | - |
| XYZ | 32.06 | 52.46 | 14.74 | - |
| YUV | 167.72 | 74.54 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 73 | 0.48 | 0 | 0.66 | 0.16 | 103.94 | 0.64 | 0.56 |
| Hex | 6F | D7 | 49 | 30 | 0 | 42 | 10 | 68 | 40 | 38 |
| Octal | 157 | 327 | 111 | 60 | 0 | 102 | 20 | 150 | 100 | 70 |
| Binary | 1101111 | 11010111 | 1001001 | 110000 | 0 | 1000010 | 10000 | 1101000 | 1000000 | 111000 |
Color Harmonies of #6FD749
Complementary color
Monochromatic Colors of #6FD749
Black with #6FD749
Text Example
Text Example
White with #6FD749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD749; }
p { color: rgb(111,215,73); }
H1.HeaderClassName
{
color: #6FD749;
}
.AnyTagClassName
{
color: #6FD749;
}
</style>
background-color css
<style>
a { background-color: #6FD749; }
a { background-color: rgb(111,215,73); }
div.DivClassName
{
background-color: #6FD749;
}
.BgClassName
{
background-color: #6FD749;
}
</style>
border-color css
<style>
span { border-color: #6FD749; }
span { border-color: rgb(111,215,73); }
td.TdClassName
{
border-color: #6FD749;
}
.TagClassName
{
border-color: #6FD749;
}
</style>