Shades of Malachite #11F352
Tints of Malachite #11F352
RGB
CMYK
RGB Variations
Color information
#11F352 (or 0x11F352) is known color: Malachite. HEX triplet: 11, F3 and 52. RGB value is (17,243,82). Sum of RGB (Red+Green+Blue) = 17+243+82=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #11F352 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F352 is #EE0CAD. Grayscale: #9D9D9D. Windows color (decimal): -15600814 or 5436177. OLE color: 5436177.
HSL color Cylindrical-coordinate representation of color #11F352: hue angle of 137.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F352 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 243 | 82 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.05 |
| HSL | 137.26º | 0.9% | 0.51% | - |
| HSV(B) | 137.26º | 0.93% | 0.95% | - |
| XYZ | 33.8 | 64.83 | 18.71 | - |
| YUV | 157.07 | 85.63 | 28.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 243 | 82 | 0.93 | 0 | 0.66 | 0.05 | 137.26 | 0.9 | 0.51 |
| Hex | 11 | F3 | 52 | 5D | 0 | 42 | 5 | 89 | 5A | 33 |
| Octal | 21 | 363 | 122 | 135 | 0 | 102 | 5 | 211 | 132 | 63 |
| Binary | 10001 | 11110011 | 1010010 | 1011101 | 0 | 1000010 | 101 | 10001001 | 1011010 | 110011 |
Color Harmonies of #11F352
Complementary color
Monochromatic Colors of #11F352
Black with #11F352
Text Example
Text Example
White with #11F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F352; }
p { color: rgb(17,243,82); }
H1.HeaderClassName
{
color: #11F352;
}
.AnyTagClassName
{
color: #11F352;
}
</style>
background-color css
<style>
a { background-color: #11F352; }
a { background-color: rgb(17,243,82); }
div.DivClassName
{
background-color: #11F352;
}
.BgClassName
{
background-color: #11F352;
}
</style>
border-color css
<style>
span { border-color: #11F352; }
span { border-color: rgb(17,243,82); }
td.TdClassName
{
border-color: #11F352;
}
.TagClassName
{
border-color: #11F352;
}
</style>