Shades of Mantis #6FD04F
Tints of Mantis #6FD04F
RGB
CMYK
RGB Variations
Color information
#6FD04F (or 0x6FD04F) is known color: Mantis. HEX triplet: 6F, D0 and 4F. RGB value is (111,208,79). Sum of RGB (Red+Green+Blue) = 111+208+79=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD04F is #902FB0. Grayscale: #A4A4A4. Windows color (decimal): -9449393 or 5230703. OLE color: 5230703.
HSL color Cylindrical-coordinate representation of color #6FD04F: hue angle of 105.12º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FD04F is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 79 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.18 |
| HSL | 105.12º | 0.58% | 0.56% | - |
| HSV(B) | 105.12º | 0.62% | 0.82% | - |
| XYZ | 30.52 | 49.06 | 15.26 | - |
| YUV | 164.29 | 79.86 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 79 | 0.47 | 0 | 0.62 | 0.18 | 105.12 | 0.58 | 0.56 |
| Hex | 6F | D0 | 4F | 2F | 0 | 3E | 12 | 69 | 3A | 38 |
| Octal | 157 | 320 | 117 | 57 | 0 | 76 | 22 | 151 | 72 | 70 |
| Binary | 1101111 | 11010000 | 1001111 | 101111 | 0 | 111110 | 10010 | 1101001 | 111010 | 111000 |
Color Harmonies of #6FD04F
Complementary color
Monochromatic Colors of #6FD04F
Black with #6FD04F
Text Example
Text Example
White with #6FD04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD04F; }
p { color: rgb(111,208,79); }
H1.HeaderClassName
{
color: #6FD04F;
}
.AnyTagClassName
{
color: #6FD04F;
}
</style>
background-color css
<style>
a { background-color: #6FD04F; }
a { background-color: rgb(111,208,79); }
div.DivClassName
{
background-color: #6FD04F;
}
.BgClassName
{
background-color: #6FD04F;
}
</style>
border-color css
<style>
span { border-color: #6FD04F; }
span { border-color: rgb(111,208,79); }
td.TdClassName
{
border-color: #6FD04F;
}
.TagClassName
{
border-color: #6FD04F;
}
</style>