Shades of Mantis #6FD94C
Tints of Mantis #6FD94C
RGB
CMYK
RGB Variations
Color information
#6FD94C (or 0x6FD94C) is known color: Mantis. HEX triplet: 6F, D9 and 4C. RGB value is (111,217,76). Sum of RGB (Red+Green+Blue) = 111+217+76=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD94C is #9026B3. Grayscale: #A9A9A9. Windows color (decimal): -9447092 or 5036399. OLE color: 5036399.
HSL color Cylindrical-coordinate representation of color #6FD94C: hue angle of 105.11º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FD94C is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 217 | 76 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.15 |
| HSL | 105.11º | 0.65% | 0.57% | - |
| HSV(B) | 105.11º | 0.65% | 0.85% | - |
| XYZ | 32.67 | 53.53 | 15.45 | - |
| YUV | 169.23 | 75.38 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 217 | 76 | 0.49 | 0 | 0.65 | 0.15 | 105.11 | 0.65 | 0.57 |
| Hex | 6F | D9 | 4C | 31 | 0 | 41 | F | 69 | 41 | 39 |
| Octal | 157 | 331 | 114 | 61 | 0 | 101 | 17 | 151 | 101 | 71 |
| Binary | 1101111 | 11011001 | 1001100 | 110001 | 0 | 1000001 | 1111 | 1101001 | 1000001 | 111001 |
Color Harmonies of #6FD94C
Complementary color
Monochromatic Colors of #6FD94C
Black with #6FD94C
Text Example
Text Example
White with #6FD94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD94C; }
p { color: rgb(111,217,76); }
H1.HeaderClassName
{
color: #6FD94C;
}
.AnyTagClassName
{
color: #6FD94C;
}
</style>
background-color css
<style>
a { background-color: #6FD94C; }
a { background-color: rgb(111,217,76); }
div.DivClassName
{
background-color: #6FD94C;
}
.BgClassName
{
background-color: #6FD94C;
}
</style>
border-color css
<style>
span { border-color: #6FD94C; }
span { border-color: rgb(111,217,76); }
td.TdClassName
{
border-color: #6FD94C;
}
.TagClassName
{
border-color: #6FD94C;
}
</style>