Shades of Mantis #6FDF4A
Tints of Mantis #6FDF4A
RGB
CMYK
RGB Variations
Color information
#6FDF4A (or 0x6FDF4A) is known color: Mantis. HEX triplet: 6F, DF and 4A. RGB value is (111,223,74). Sum of RGB (Red+Green+Blue) = 111+223+74=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDF4A is #9020B5. Grayscale: #ADADAD. Windows color (decimal): -9445558 or 4906863. OLE color: 4906863.
HSL color Cylindrical-coordinate representation of color #6FDF4A: hue angle of 105.1º 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 #6FDF4A is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 74 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.13 |
| HSL | 105.1º | 0.7% | 0.58% | - |
| HSV(B) | 105.1º | 0.67% | 0.87% | - |
| XYZ | 34.18 | 56.65 | 15.61 | - |
| YUV | 172.53 | 72.39 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 74 | 0.50 | 0 | 0.67 | 0.13 | 105.1 | 0.7 | 0.58 |
| Hex | 6F | DF | 4A | 32 | 0 | 43 | D | 69 | 46 | 3A |
| Octal | 157 | 337 | 112 | 62 | 0 | 103 | 15 | 151 | 106 | 72 |
| Binary | 1101111 | 11011111 | 1001010 | 110010 | 0 | 1000011 | 1101 | 1101001 | 1000110 | 111010 |
Color Harmonies of #6FDF4A
Complementary color
Monochromatic Colors of #6FDF4A
Black with #6FDF4A
Text Example
Text Example
White with #6FDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF4A; }
p { color: rgb(111,223,74); }
H1.HeaderClassName
{
color: #6FDF4A;
}
.AnyTagClassName
{
color: #6FDF4A;
}
</style>
background-color css
<style>
a { background-color: #6FDF4A; }
a { background-color: rgb(111,223,74); }
div.DivClassName
{
background-color: #6FDF4A;
}
.BgClassName
{
background-color: #6FDF4A;
}
</style>
border-color css
<style>
span { border-color: #6FDF4A; }
span { border-color: rgb(111,223,74); }
td.TdClassName
{
border-color: #6FDF4A;
}
.TagClassName
{
border-color: #6FDF4A;
}
</style>