Shades of Mantis #6FD04B
Tints of Mantis #6FD04B
RGB
CMYK
RGB Variations
Color information
#6FD04B (or 0x6FD04B) is known color: Mantis. HEX triplet: 6F, D0 and 4B. RGB value is (111,208,75). Sum of RGB (Red+Green+Blue) = 111+208+75=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD04B is #902FB4. Grayscale: #A4A4A4. Windows color (decimal): -9449397 or 4968559. OLE color: 4968559.
HSL color Cylindrical-coordinate representation of color #6FD04B: hue angle of 103.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FD04B is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 75 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.18 |
| HSL | 103.76º | 0.59% | 0.55% | - |
| HSV(B) | 103.76º | 0.64% | 0.82% | - |
| XYZ | 30.38 | 49 | 14.51 | - |
| YUV | 163.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 75 | 0.47 | 0 | 0.64 | 0.18 | 103.76 | 0.59 | 0.55 |
| Hex | 6F | D0 | 4B | 2F | 0 | 40 | 12 | 68 | 3B | 37 |
| Octal | 157 | 320 | 113 | 57 | 0 | 100 | 22 | 150 | 73 | 67 |
| Binary | 1101111 | 11010000 | 1001011 | 101111 | 0 | 1000000 | 10010 | 1101000 | 111011 | 110111 |
Color Harmonies of #6FD04B
Complementary color
Monochromatic Colors of #6FD04B
Black with #6FD04B
Text Example
Text Example
White with #6FD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD04B; }
p { color: rgb(111,208,75); }
H1.HeaderClassName
{
color: #6FD04B;
}
.AnyTagClassName
{
color: #6FD04B;
}
</style>
background-color css
<style>
a { background-color: #6FD04B; }
a { background-color: rgb(111,208,75); }
div.DivClassName
{
background-color: #6FD04B;
}
.BgClassName
{
background-color: #6FD04B;
}
</style>
border-color css
<style>
span { border-color: #6FD04B; }
span { border-color: rgb(111,208,75); }
td.TdClassName
{
border-color: #6FD04B;
}
.TagClassName
{
border-color: #6FD04B;
}
</style>