Shades of Malachite #11FD4D
Tints of Malachite #11FD4D
RGB
CMYK
RGB Variations
Color information
#11FD4D (or 0x11FD4D) is known color: Malachite. HEX triplet: 11, FD and 4D. RGB value is (17,253,77). Sum of RGB (Red+Green+Blue) = 17+253+77=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 253 (99.22% from 255 or 72.91% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 253 - color contains mainly: green. Hex color #11FD4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11FD4D is #EE02B2. Grayscale: #A2A2A2. Windows color (decimal): -15598259 or 5111057. OLE color: 5111057.
HSL color Cylindrical-coordinate representation of color #11FD4D: hue angle of 135.25º 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 #11FD4D is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 77 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.01 |
| HSL | 135.25º | 0.98% | 0.53% | - |
| HSV(B) | 135.25º | 0.93% | 0.99% | - |
| XYZ | 36.7 | 70.91 | 18.77 | - |
| YUV | 162.37 | 79.81 | 24.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 77 | 0.93 | 0 | 0.70 | 0.01 | 135.25 | 0.98 | 0.53 |
| Hex | 11 | FD | 4D | 5D | 0 | 46 | 1 | 87 | 62 | 35 |
| Octal | 21 | 375 | 115 | 135 | 0 | 106 | 1 | 207 | 142 | 65 |
| Binary | 10001 | 11111101 | 1001101 | 1011101 | 0 | 1000110 | 1 | 10000111 | 1100010 | 110101 |
Color Harmonies of #11FD4D
Complementary color
Monochromatic Colors of #11FD4D
Black with #11FD4D
Text Example
Text Example
White with #11FD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FD4D; }
p { color: rgb(17,253,77); }
H1.HeaderClassName
{
color: #11FD4D;
}
.AnyTagClassName
{
color: #11FD4D;
}
</style>
background-color css
<style>
a { background-color: #11FD4D; }
a { background-color: rgb(17,253,77); }
div.DivClassName
{
background-color: #11FD4D;
}
.BgClassName
{
background-color: #11FD4D;
}
</style>
border-color css
<style>
span { border-color: #11FD4D; }
span { border-color: rgb(17,253,77); }
td.TdClassName
{
border-color: #11FD4D;
}
.TagClassName
{
border-color: #11FD4D;
}
</style>