Shades of Malachite #11FD5D
Tints of Malachite #11FD5D
RGB
CMYK
RGB Variations
Color information
#11FD5D (or 0x11FD5D) is known color: Malachite. HEX triplet: 11, FD and 5D. RGB value is (17,253,93). Sum of RGB (Red+Green+Blue) = 17+253+93=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 253 (99.22% from 255 or 69.70% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 253 - color contains mainly: green. Hex color #11FD5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11FD5D is #EE02A2. Grayscale: #A4A4A4. Windows color (decimal): -15598243 or 6159633. OLE color: 6159633.
HSL color Cylindrical-coordinate representation of color #11FD5D: hue angle of 139.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FD5D is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 93 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.01 |
| HSL | 139.32º | 0.98% | 0.53% | - |
| HSV(B) | 139.32º | 0.93% | 0.99% | - |
| XYZ | 37.33 | 71.16 | 22.12 | - |
| YUV | 164.2 | 87.81 | 23.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 93 | 0.93 | 0 | 0.63 | 0.01 | 139.32 | 0.98 | 0.53 |
| Hex | 11 | FD | 5D | 5D | 0 | 3F | 1 | 8B | 62 | 35 |
| Octal | 21 | 375 | 135 | 135 | 0 | 77 | 1 | 213 | 142 | 65 |
| Binary | 10001 | 11111101 | 1011101 | 1011101 | 0 | 111111 | 1 | 10001011 | 1100010 | 110101 |
Color Harmonies of #11FD5D
Complementary color
Monochromatic Colors of #11FD5D
Black with #11FD5D
Text Example
Text Example
White with #11FD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FD5D; }
p { color: rgb(17,253,93); }
H1.HeaderClassName
{
color: #11FD5D;
}
.AnyTagClassName
{
color: #11FD5D;
}
</style>
background-color css
<style>
a { background-color: #11FD5D; }
a { background-color: rgb(17,253,93); }
div.DivClassName
{
background-color: #11FD5D;
}
.BgClassName
{
background-color: #11FD5D;
}
</style>
border-color css
<style>
span { border-color: #11FD5D; }
span { border-color: rgb(17,253,93); }
td.TdClassName
{
border-color: #11FD5D;
}
.TagClassName
{
border-color: #11FD5D;
}
</style>