Shades of Mantis #6FDA4D
Tints of Mantis #6FDA4D
RGB
CMYK
RGB Variations
Color information
#6FDA4D (or 0x6FDA4D) is known color: Mantis. HEX triplet: 6F, DA and 4D. RGB value is (111,218,77). Sum of RGB (Red+Green+Blue) = 111+218+77=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDA4D is #9025B2. Grayscale: #AAAAAA. Windows color (decimal): -9446835 or 5102191. OLE color: 5102191.
HSL color Cylindrical-coordinate representation of color #6FDA4D: hue angle of 105.53º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FDA4D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 77 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.15 |
| HSL | 105.53º | 0.66% | 0.58% | - |
| HSV(B) | 105.53º | 0.65% | 0.85% | - |
| XYZ | 32.97 | 54.06 | 15.72 | - |
| YUV | 169.93 | 75.55 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 77 | 0.49 | 0 | 0.65 | 0.15 | 105.53 | 0.66 | 0.58 |
| Hex | 6F | DA | 4D | 31 | 0 | 41 | F | 6A | 42 | 3A |
| Octal | 157 | 332 | 115 | 61 | 0 | 101 | 17 | 152 | 102 | 72 |
| Binary | 1101111 | 11011010 | 1001101 | 110001 | 0 | 1000001 | 1111 | 1101010 | 1000010 | 111010 |
Color Harmonies of #6FDA4D
Complementary color
Monochromatic Colors of #6FDA4D
Black with #6FDA4D
Text Example
Text Example
White with #6FDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA4D; }
p { color: rgb(111,218,77); }
H1.HeaderClassName
{
color: #6FDA4D;
}
.AnyTagClassName
{
color: #6FDA4D;
}
</style>
background-color css
<style>
a { background-color: #6FDA4D; }
a { background-color: rgb(111,218,77); }
div.DivClassName
{
background-color: #6FDA4D;
}
.BgClassName
{
background-color: #6FDA4D;
}
</style>
border-color css
<style>
span { border-color: #6FDA4D; }
span { border-color: rgb(111,218,77); }
td.TdClassName
{
border-color: #6FDA4D;
}
.TagClassName
{
border-color: #6FDA4D;
}
</style>