Shades of Malachite #11F03F
Tints of Malachite #11F03F
RGB
CMYK
RGB Variations
Color information
#11F03F (or 0x11F03F) is known color: Malachite. HEX triplet: 11, F0 and 3F. RGB value is (17,240,63). Sum of RGB (Red+Green+Blue) = 17+240+63=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #11F03F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F03F is #EE0FC0. Grayscale: #999999. Windows color (decimal): -15601601 or 4190225. OLE color: 4190225.
HSL color Cylindrical-coordinate representation of color #11F03F: hue angle of 132.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F03F is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 240 | 63 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.06 |
| HSL | 132.38º | 0.88% | 0.5% | - |
| HSV(B) | 132.38º | 0.93% | 0.94% | - |
| XYZ | 32.29 | 62.8 | 15.12 | - |
| YUV | 153.15 | 77.12 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 240 | 63 | 0.93 | 0 | 0.74 | 0.06 | 132.38 | 0.88 | 0.5 |
| Hex | 11 | F0 | 3F | 5D | 0 | 4A | 6 | 84 | 58 | 32 |
| Octal | 21 | 360 | 77 | 135 | 0 | 112 | 6 | 204 | 130 | 62 |
| Binary | 10001 | 11110000 | 111111 | 1011101 | 0 | 1001010 | 110 | 10000100 | 1011000 | 110010 |
Color Harmonies of #11F03F
Complementary color
Monochromatic Colors of #11F03F
Black with #11F03F
Text Example
Text Example
White with #11F03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F03F; }
p { color: rgb(17,240,63); }
H1.HeaderClassName
{
color: #11F03F;
}
.AnyTagClassName
{
color: #11F03F;
}
</style>
background-color css
<style>
a { background-color: #11F03F; }
a { background-color: rgb(17,240,63); }
div.DivClassName
{
background-color: #11F03F;
}
.BgClassName
{
background-color: #11F03F;
}
</style>
border-color css
<style>
span { border-color: #11F03F; }
span { border-color: rgb(17,240,63); }
td.TdClassName
{
border-color: #11F03F;
}
.TagClassName
{
border-color: #11F03F;
}
</style>