Shades of Malachite #11FC42
Tints of Malachite #11FC42
RGB
CMYK
RGB Variations
Color information
#11FC42 (or 0x11FC42) is known color: Malachite. HEX triplet: 11, FC and 42. RGB value is (17,252,66). Sum of RGB (Red+Green+Blue) = 17+252+66=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #11FC42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FC42 is #EE03BD. Grayscale: #A1A1A1. Windows color (decimal): -15598526 or 4389905. OLE color: 4389905.
HSL color Cylindrical-coordinate representation of color #11FC42: hue angle of 132.51º 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 #11FC42 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 252 | 66 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.01 |
| HSL | 132.51º | 0.98% | 0.53% | - |
| HSV(B) | 132.51º | 0.93% | 0.99% | - |
| XYZ | 36.02 | 70.13 | 16.79 | - |
| YUV | 160.53 | 74.64 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 252 | 66 | 0.93 | 0 | 0.74 | 0.01 | 132.51 | 0.98 | 0.53 |
| Hex | 11 | FC | 42 | 5D | 0 | 4A | 1 | 85 | 62 | 35 |
| Octal | 21 | 374 | 102 | 135 | 0 | 112 | 1 | 205 | 142 | 65 |
| Binary | 10001 | 11111100 | 1000010 | 1011101 | 0 | 1001010 | 1 | 10000101 | 1100010 | 110101 |
Color Harmonies of #11FC42
Complementary color
Monochromatic Colors of #11FC42
Black with #11FC42
Text Example
Text Example
White with #11FC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FC42; }
p { color: rgb(17,252,66); }
H1.HeaderClassName
{
color: #11FC42;
}
.AnyTagClassName
{
color: #11FC42;
}
</style>
background-color css
<style>
a { background-color: #11FC42; }
a { background-color: rgb(17,252,66); }
div.DivClassName
{
background-color: #11FC42;
}
.BgClassName
{
background-color: #11FC42;
}
</style>
border-color css
<style>
span { border-color: #11FC42; }
span { border-color: rgb(17,252,66); }
td.TdClassName
{
border-color: #11FC42;
}
.TagClassName
{
border-color: #11FC42;
}
</style>