Shades of Mantis #6FDA4E
Tints of Mantis #6FDA4E
RGB
CMYK
RGB Variations
Color information
#6FDA4E (or 0x6FDA4E) is known color: Mantis. HEX triplet: 6F, DA and 4E. RGB value is (111,218,78). Sum of RGB (Red+Green+Blue) = 111+218+78=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDA4E is #9025B1. Grayscale: #AAAAAA. Windows color (decimal): -9446834 or 5167727. OLE color: 5167727.
HSL color Cylindrical-coordinate representation of color #6FDA4E: hue angle of 105.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FDA4E is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 78 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.15 |
| HSL | 105.86º | 0.65% | 0.58% | - |
| HSV(B) | 105.86º | 0.64% | 0.85% | - |
| XYZ | 33 | 54.07 | 15.91 | - |
| YUV | 170.05 | 76.05 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 78 | 0.49 | 0 | 0.64 | 0.15 | 105.86 | 0.65 | 0.58 |
| Hex | 6F | DA | 4E | 31 | 0 | 40 | F | 6A | 41 | 3A |
| Octal | 157 | 332 | 116 | 61 | 0 | 100 | 17 | 152 | 101 | 72 |
| Binary | 1101111 | 11011010 | 1001110 | 110001 | 0 | 1000000 | 1111 | 1101010 | 1000001 | 111010 |
Color Harmonies of #6FDA4E
Complementary color
Monochromatic Colors of #6FDA4E
Black with #6FDA4E
Text Example
Text Example
White with #6FDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA4E; }
p { color: rgb(111,218,78); }
H1.HeaderClassName
{
color: #6FDA4E;
}
.AnyTagClassName
{
color: #6FDA4E;
}
</style>
background-color css
<style>
a { background-color: #6FDA4E; }
a { background-color: rgb(111,218,78); }
div.DivClassName
{
background-color: #6FDA4E;
}
.BgClassName
{
background-color: #6FDA4E;
}
</style>
border-color css
<style>
span { border-color: #6FDA4E; }
span { border-color: rgb(111,218,78); }
td.TdClassName
{
border-color: #6FDA4E;
}
.TagClassName
{
border-color: #6FDA4E;
}
</style>