Shades of Mantis #6FDA4A
Tints of Mantis #6FDA4A
RGB
CMYK
RGB Variations
Color information
#6FDA4A (or 0x6FDA4A) is known color: Mantis. HEX triplet: 6F, DA and 4A. RGB value is (111,218,74). Sum of RGB (Red+Green+Blue) = 111+218+74=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDA4A is #9025B5. Grayscale: #AAAAAA. Windows color (decimal): -9446838 or 4905583. OLE color: 4905583.
HSL color Cylindrical-coordinate representation of color #6FDA4A: hue angle of 104.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FDA4A is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 74 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.15 |
| HSL | 104.58º | 0.66% | 0.57% | - |
| HSV(B) | 104.58º | 0.66% | 0.85% | - |
| XYZ | 32.86 | 54.02 | 15.17 | - |
| YUV | 169.59 | 74.05 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 74 | 0.49 | 0 | 0.66 | 0.15 | 104.58 | 0.66 | 0.57 |
| Hex | 6F | DA | 4A | 31 | 0 | 42 | F | 69 | 42 | 39 |
| Octal | 157 | 332 | 112 | 61 | 0 | 102 | 17 | 151 | 102 | 71 |
| Binary | 1101111 | 11011010 | 1001010 | 110001 | 0 | 1000010 | 1111 | 1101001 | 1000010 | 111001 |
Color Harmonies of #6FDA4A
Complementary color
Monochromatic Colors of #6FDA4A
Black with #6FDA4A
Text Example
Text Example
White with #6FDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA4A; }
p { color: rgb(111,218,74); }
H1.HeaderClassName
{
color: #6FDA4A;
}
.AnyTagClassName
{
color: #6FDA4A;
}
</style>
background-color css
<style>
a { background-color: #6FDA4A; }
a { background-color: rgb(111,218,74); }
div.DivClassName
{
background-color: #6FDA4A;
}
.BgClassName
{
background-color: #6FDA4A;
}
</style>
border-color css
<style>
span { border-color: #6FDA4A; }
span { border-color: rgb(111,218,74); }
td.TdClassName
{
border-color: #6FDA4A;
}
.TagClassName
{
border-color: #6FDA4A;
}
</style>