Shades of Malachite #11FF5D
Tints of Malachite #11FF5D
RGB
CMYK
RGB Variations
Color information
#11FF5D (or 0x11FF5D) is known color: Malachite. HEX triplet: 11, FF and 5D. RGB value is (17,255,93). Sum of RGB (Red+Green+Blue) = 17+255+93=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11FF5D is #EE00A2. Grayscale: #A5A5A5. Windows color (decimal): -15597731 or 6160145. OLE color: 6160145.
HSL color Cylindrical-coordinate representation of color #11FF5D: hue angle of 139.16º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FF5D is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 93 | - |
| CMYK | 0.93 | 0 | 0.64 | 0 |
| HSL | 139.16º | 1% | 0.53% | - |
| HSV(B) | 139.16º | 0.93% | 1% | - |
| XYZ | 37.97 | 72.43 | 22.34 | - |
| YUV | 165.37 | 87.15 | 22.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 93 | 0.93 | 0 | 0.64 | 0 | 139.16 | 1 | 0.53 |
| Hex | 11 | FF | 5D | 5D | 0 | 40 | 0 | 8B | 64 | 35 |
| Octal | 21 | 377 | 135 | 135 | 0 | 100 | 0 | 213 | 144 | 65 |
| Binary | 10001 | 11111111 | 1011101 | 1011101 | 0 | 1000000 | 0 | 10001011 | 1100100 | 110101 |
Color Harmonies of #11FF5D
Complementary color
Monochromatic Colors of #11FF5D
Black with #11FF5D
Text Example
Text Example
White with #11FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF5D; }
p { color: rgb(17,255,93); }
H1.HeaderClassName
{
color: #11FF5D;
}
.AnyTagClassName
{
color: #11FF5D;
}
</style>
background-color css
<style>
a { background-color: #11FF5D; }
a { background-color: rgb(17,255,93); }
div.DivClassName
{
background-color: #11FF5D;
}
.BgClassName
{
background-color: #11FF5D;
}
</style>
border-color css
<style>
span { border-color: #11FF5D; }
span { border-color: rgb(17,255,93); }
td.TdClassName
{
border-color: #11FF5D;
}
.TagClassName
{
border-color: #11FF5D;
}
</style>