Shades of Malachite #11FF3C
Tints of Malachite #11FF3C
RGB
CMYK
RGB Variations
Color information
#11FF3C (or 0x11FF3C) is known color: Malachite. HEX triplet: 11, FF and 3C. RGB value is (17,255,60). Sum of RGB (Red+Green+Blue) = 17+255+60=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FF3C is #EE00C3. Grayscale: #A2A2A2. Windows color (decimal): -15597764 or 3997457. OLE color: 3997457.
HSL color Cylindrical-coordinate representation of color #11FF3C: hue angle of 130.84º 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 #11FF3C is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 60 | - |
| CMYK | 0.93 | 0 | 0.76 | 0 |
| HSL | 130.84º | 1% | 0.53% | - |
| HSV(B) | 130.84º | 0.93% | 1% | - |
| XYZ | 36.81 | 71.97 | 16.23 | - |
| YUV | 161.61 | 70.65 | 24.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 60 | 0.93 | 0 | 0.76 | 0 | 130.84 | 1 | 0.53 |
| Hex | 11 | FF | 3C | 5D | 0 | 4C | 0 | 83 | 64 | 35 |
| Octal | 21 | 377 | 74 | 135 | 0 | 114 | 0 | 203 | 144 | 65 |
| Binary | 10001 | 11111111 | 111100 | 1011101 | 0 | 1001100 | 0 | 10000011 | 1100100 | 110101 |
Color Harmonies of #11FF3C
Complementary color
Monochromatic Colors of #11FF3C
Black with #11FF3C
Text Example
Text Example
White with #11FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF3C; }
p { color: rgb(17,255,60); }
H1.HeaderClassName
{
color: #11FF3C;
}
.AnyTagClassName
{
color: #11FF3C;
}
</style>
background-color css
<style>
a { background-color: #11FF3C; }
a { background-color: rgb(17,255,60); }
div.DivClassName
{
background-color: #11FF3C;
}
.BgClassName
{
background-color: #11FF3C;
}
</style>
border-color css
<style>
span { border-color: #11FF3C; }
span { border-color: rgb(17,255,60); }
td.TdClassName
{
border-color: #11FF3C;
}
.TagClassName
{
border-color: #11FF3C;
}
</style>