Shades of Malachite #11F256
Tints of Malachite #11F256
RGB
CMYK
RGB Variations
Color information
#11F256 (or 0x11F256) is known color: Malachite. HEX triplet: 11, F2 and 56. RGB value is (17,242,86). Sum of RGB (Red+Green+Blue) = 17+242+86=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #11F256 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F256 is #EE0DA9. Grayscale: #9D9D9D. Windows color (decimal): -15601066 or 5698065. OLE color: 5698065.
HSL color Cylindrical-coordinate representation of color #11F256: hue angle of 138.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F256 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 242 | 86 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.05 |
| HSL | 138.4º | 0.9% | 0.51% | - |
| HSV(B) | 138.4º | 0.93% | 0.95% | - |
| XYZ | 33.66 | 64.3 | 19.44 | - |
| YUV | 156.94 | 87.96 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 242 | 86 | 0.93 | 0 | 0.64 | 0.05 | 138.4 | 0.9 | 0.51 |
| Hex | 11 | F2 | 56 | 5D | 0 | 40 | 5 | 8A | 5A | 33 |
| Octal | 21 | 362 | 126 | 135 | 0 | 100 | 5 | 212 | 132 | 63 |
| Binary | 10001 | 11110010 | 1010110 | 1011101 | 0 | 1000000 | 101 | 10001010 | 1011010 | 110011 |
Color Harmonies of #11F256
Complementary color
Monochromatic Colors of #11F256
Black with #11F256
Text Example
Text Example
White with #11F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F256; }
p { color: rgb(17,242,86); }
H1.HeaderClassName
{
color: #11F256;
}
.AnyTagClassName
{
color: #11F256;
}
</style>
background-color css
<style>
a { background-color: #11F256; }
a { background-color: rgb(17,242,86); }
div.DivClassName
{
background-color: #11F256;
}
.BgClassName
{
background-color: #11F256;
}
</style>
border-color css
<style>
span { border-color: #11F256; }
span { border-color: rgb(17,242,86); }
td.TdClassName
{
border-color: #11F256;
}
.TagClassName
{
border-color: #11F256;
}
</style>