Shades of Mantis #6FDC4C
Tints of Mantis #6FDC4C
RGB
CMYK
RGB Variations
Color information
#6FDC4C (or 0x6FDC4C) is known color: Mantis. HEX triplet: 6F, DC and 4C. RGB value is (111,220,76). Sum of RGB (Red+Green+Blue) = 111+220+76=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDC4C is #9023B3. Grayscale: #ABABAB. Windows color (decimal): -9446324 or 5037167. OLE color: 5037167.
HSL color Cylindrical-coordinate representation of color #6FDC4C: hue angle of 105.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FDC4C is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 76 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.14 |
| HSL | 105.42º | 0.67% | 0.58% | - |
| HSV(B) | 105.42º | 0.65% | 0.86% | - |
| XYZ | 33.45 | 55.09 | 15.71 | - |
| YUV | 170.99 | 74.39 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 76 | 0.50 | 0 | 0.65 | 0.14 | 105.42 | 0.67 | 0.58 |
| Hex | 6F | DC | 4C | 32 | 0 | 41 | E | 69 | 43 | 3A |
| Octal | 157 | 334 | 114 | 62 | 0 | 101 | 16 | 151 | 103 | 72 |
| Binary | 1101111 | 11011100 | 1001100 | 110010 | 0 | 1000001 | 1110 | 1101001 | 1000011 | 111010 |
Color Harmonies of #6FDC4C
Complementary color
Monochromatic Colors of #6FDC4C
Black with #6FDC4C
Text Example
Text Example
White with #6FDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC4C; }
p { color: rgb(111,220,76); }
H1.HeaderClassName
{
color: #6FDC4C;
}
.AnyTagClassName
{
color: #6FDC4C;
}
</style>
background-color css
<style>
a { background-color: #6FDC4C; }
a { background-color: rgb(111,220,76); }
div.DivClassName
{
background-color: #6FDC4C;
}
.BgClassName
{
background-color: #6FDC4C;
}
</style>
border-color css
<style>
span { border-color: #6FDC4C; }
span { border-color: rgb(111,220,76); }
td.TdClassName
{
border-color: #6FDC4C;
}
.TagClassName
{
border-color: #6FDC4C;
}
</style>