Shades of Mantis #6FD04E
Tints of Mantis #6FD04E
RGB
CMYK
RGB Variations
Color information
#6FD04E (or 0x6FD04E) is known color: Mantis. HEX triplet: 6F, D0 and 4E. RGB value is (111,208,78). Sum of RGB (Red+Green+Blue) = 111+208+78=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD04E is #902FB1. Grayscale: #A4A4A4. Windows color (decimal): -9449394 or 5165167. OLE color: 5165167.
HSL color Cylindrical-coordinate representation of color #6FD04E: hue angle of 104.77º 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 #6FD04E is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 78 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.18 |
| HSL | 104.77º | 0.58% | 0.56% | - |
| HSV(B) | 104.77º | 0.63% | 0.82% | - |
| XYZ | 30.49 | 49.04 | 15.07 | - |
| YUV | 164.18 | 79.36 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 78 | 0.47 | 0 | 0.62 | 0.18 | 104.77 | 0.58 | 0.56 |
| Hex | 6F | D0 | 4E | 2F | 0 | 3E | 12 | 69 | 3A | 38 |
| Octal | 157 | 320 | 116 | 57 | 0 | 76 | 22 | 151 | 72 | 70 |
| Binary | 1101111 | 11010000 | 1001110 | 101111 | 0 | 111110 | 10010 | 1101001 | 111010 | 111000 |
Color Harmonies of #6FD04E
Complementary color
Monochromatic Colors of #6FD04E
Black with #6FD04E
Text Example
Text Example
White with #6FD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD04E; }
p { color: rgb(111,208,78); }
H1.HeaderClassName
{
color: #6FD04E;
}
.AnyTagClassName
{
color: #6FD04E;
}
</style>
background-color css
<style>
a { background-color: #6FD04E; }
a { background-color: rgb(111,208,78); }
div.DivClassName
{
background-color: #6FD04E;
}
.BgClassName
{
background-color: #6FD04E;
}
</style>
border-color css
<style>
span { border-color: #6FD04E; }
span { border-color: rgb(111,208,78); }
td.TdClassName
{
border-color: #6FD04E;
}
.TagClassName
{
border-color: #6FD04E;
}
</style>