Shades of Mantis #6FD04D
Tints of Mantis #6FD04D
RGB
CMYK
RGB Variations
Color information
#6FD04D (or 0x6FD04D) is known color: Mantis. HEX triplet: 6F, D0 and 4D. RGB value is (111,208,77). Sum of RGB (Red+Green+Blue) = 111+208+77=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD04D is #902FB2. Grayscale: #A4A4A4. Windows color (decimal): -9449395 or 5099631. OLE color: 5099631.
HSL color Cylindrical-coordinate representation of color #6FD04D: hue angle of 104.43º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FD04D is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 77 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.18 |
| HSL | 104.43º | 0.58% | 0.56% | - |
| HSV(B) | 104.43º | 0.63% | 0.82% | - |
| XYZ | 30.45 | 49.03 | 14.88 | - |
| YUV | 164.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 77 | 0.47 | 0 | 0.63 | 0.18 | 104.43 | 0.58 | 0.56 |
| Hex | 6F | D0 | 4D | 2F | 0 | 3F | 12 | 68 | 3A | 38 |
| Octal | 157 | 320 | 115 | 57 | 0 | 77 | 22 | 150 | 72 | 70 |
| Binary | 1101111 | 11010000 | 1001101 | 101111 | 0 | 111111 | 10010 | 1101000 | 111010 | 111000 |
Color Harmonies of #6FD04D
Complementary color
Monochromatic Colors of #6FD04D
Black with #6FD04D
Text Example
Text Example
White with #6FD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD04D; }
p { color: rgb(111,208,77); }
H1.HeaderClassName
{
color: #6FD04D;
}
.AnyTagClassName
{
color: #6FD04D;
}
</style>
background-color css
<style>
a { background-color: #6FD04D; }
a { background-color: rgb(111,208,77); }
div.DivClassName
{
background-color: #6FD04D;
}
.BgClassName
{
background-color: #6FD04D;
}
</style>
border-color css
<style>
span { border-color: #6FD04D; }
span { border-color: rgb(111,208,77); }
td.TdClassName
{
border-color: #6FD04D;
}
.TagClassName
{
border-color: #6FD04D;
}
</style>