Shades of Mantis #6FD64F
Tints of Mantis #6FD64F
RGB
CMYK
RGB Variations
Color information
#6FD64F (or 0x6FD64F) is known color: Mantis. HEX triplet: 6F, D6 and 4F. RGB value is (111,214,79). Sum of RGB (Red+Green+Blue) = 111+214+79=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD64F is #9029B0. Grayscale: #A8A8A8. Windows color (decimal): -9447857 or 5232239. OLE color: 5232239.
HSL color Cylindrical-coordinate representation of color #6FD64F: hue angle of 105.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FD64F is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 79 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.16 |
| HSL | 105.78º | 0.62% | 0.57% | - |
| HSV(B) | 105.78º | 0.63% | 0.84% | - |
| XYZ | 32.01 | 52.04 | 15.75 | - |
| YUV | 167.81 | 77.88 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 79 | 0.48 | 0 | 0.63 | 0.16 | 105.78 | 0.62 | 0.57 |
| Hex | 6F | D6 | 4F | 30 | 0 | 3F | 10 | 6A | 3E | 39 |
| Octal | 157 | 326 | 117 | 60 | 0 | 77 | 20 | 152 | 76 | 71 |
| Binary | 1101111 | 11010110 | 1001111 | 110000 | 0 | 111111 | 10000 | 1101010 | 111110 | 111001 |
Color Harmonies of #6FD64F
Complementary color
Monochromatic Colors of #6FD64F
Black with #6FD64F
Text Example
Text Example
White with #6FD64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD64F; }
p { color: rgb(111,214,79); }
H1.HeaderClassName
{
color: #6FD64F;
}
.AnyTagClassName
{
color: #6FD64F;
}
</style>
background-color css
<style>
a { background-color: #6FD64F; }
a { background-color: rgb(111,214,79); }
div.DivClassName
{
background-color: #6FD64F;
}
.BgClassName
{
background-color: #6FD64F;
}
</style>
border-color css
<style>
span { border-color: #6FD64F; }
span { border-color: rgb(111,214,79); }
td.TdClassName
{
border-color: #6FD64F;
}
.TagClassName
{
border-color: #6FD64F;
}
</style>