Shades of Malachite #11F061
Tints of Malachite #11F061
RGB
CMYK
RGB Variations
Color information
#11F061 (or 0x11F061) is known color: Malachite. HEX triplet: 11, F0 and 61. RGB value is (17,240,97). Sum of RGB (Red+Green+Blue) = 17+240+97=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #11F061 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F061 is #EE0F9E. Grayscale: #9D9D9D. Windows color (decimal): -15601567 or 6418449. OLE color: 6418449.
HSL color Cylindrical-coordinate representation of color #11F061: hue angle of 141.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F061 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 240 | 97 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.06 |
| HSL | 141.52º | 0.88% | 0.5% | - |
| HSV(B) | 141.52º | 0.93% | 0.94% | - |
| XYZ | 33.55 | 63.3 | 21.76 | - |
| YUV | 157.02 | 94.12 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 240 | 97 | 0.93 | 0 | 0.60 | 0.06 | 141.52 | 0.88 | 0.5 |
| Hex | 11 | F0 | 61 | 5D | 0 | 3C | 6 | 8E | 58 | 32 |
| Octal | 21 | 360 | 141 | 135 | 0 | 74 | 6 | 216 | 130 | 62 |
| Binary | 10001 | 11110000 | 1100001 | 1011101 | 0 | 111100 | 110 | 10001110 | 1011000 | 110010 |
Color Harmonies of #11F061
Complementary color
Monochromatic Colors of #11F061
Black with #11F061
Text Example
Text Example
White with #11F061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F061; }
p { color: rgb(17,240,97); }
H1.HeaderClassName
{
color: #11F061;
}
.AnyTagClassName
{
color: #11F061;
}
</style>
background-color css
<style>
a { background-color: #11F061; }
a { background-color: rgb(17,240,97); }
div.DivClassName
{
background-color: #11F061;
}
.BgClassName
{
background-color: #11F061;
}
</style>
border-color css
<style>
span { border-color: #11F061; }
span { border-color: rgb(17,240,97); }
td.TdClassName
{
border-color: #11F061;
}
.TagClassName
{
border-color: #11F061;
}
</style>