Shades of Mantis #6FDF49
Tints of Mantis #6FDF49
RGB
CMYK
RGB Variations
Color information
#6FDF49 (or 0x6FDF49) is known color: Mantis. HEX triplet: 6F, DF and 49. RGB value is (111,223,73). Sum of RGB (Red+Green+Blue) = 111+223+73=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDF49 is #9020B6. Grayscale: #ACACAC. Windows color (decimal): -9445559 or 4841327. OLE color: 4841327.
HSL color Cylindrical-coordinate representation of color #6FDF49: hue angle of 104.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FDF49 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 73 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.13 |
| HSL | 104.8º | 0.7% | 0.58% | - |
| HSV(B) | 104.8º | 0.67% | 0.87% | - |
| XYZ | 34.15 | 56.64 | 15.44 | - |
| YUV | 172.41 | 71.89 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 73 | 0.50 | 0 | 0.67 | 0.13 | 104.8 | 0.7 | 0.58 |
| Hex | 6F | DF | 49 | 32 | 0 | 43 | D | 69 | 46 | 3A |
| Octal | 157 | 337 | 111 | 62 | 0 | 103 | 15 | 151 | 106 | 72 |
| Binary | 1101111 | 11011111 | 1001001 | 110010 | 0 | 1000011 | 1101 | 1101001 | 1000110 | 111010 |
Color Harmonies of #6FDF49
Complementary color
Monochromatic Colors of #6FDF49
Black with #6FDF49
Text Example
Text Example
White with #6FDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF49; }
p { color: rgb(111,223,73); }
H1.HeaderClassName
{
color: #6FDF49;
}
.AnyTagClassName
{
color: #6FDF49;
}
</style>
background-color css
<style>
a { background-color: #6FDF49; }
a { background-color: rgb(111,223,73); }
div.DivClassName
{
background-color: #6FDF49;
}
.BgClassName
{
background-color: #6FDF49;
}
</style>
border-color css
<style>
span { border-color: #6FDF49; }
span { border-color: rgb(111,223,73); }
td.TdClassName
{
border-color: #6FDF49;
}
.TagClassName
{
border-color: #6FDF49;
}
</style>