Shades of Malachite #11F035
Tints of Malachite #11F035
RGB
CMYK
RGB Variations
Color information
#11F035 (or 0x11F035) is known color: Malachite. HEX triplet: 11, F0 and 35. RGB value is (17,240,53). Sum of RGB (Red+Green+Blue) = 17+240+53=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #11F035 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F035 is #EE0FCA. Grayscale: #989898. Windows color (decimal): -15601611 or 3534865. OLE color: 3534865.
HSL color Cylindrical-coordinate representation of color #11F035: hue angle of 129.69º 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 #11F035 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 240 | 53 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.06 |
| HSL | 129.69º | 0.88% | 0.5% | - |
| HSV(B) | 129.69º | 0.93% | 0.94% | - |
| XYZ | 32.03 | 62.7 | 13.78 | - |
| YUV | 152.01 | 72.12 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 240 | 53 | 0.93 | 0 | 0.78 | 0.06 | 129.69 | 0.88 | 0.5 |
| Hex | 11 | F0 | 35 | 5D | 0 | 4E | 6 | 82 | 58 | 32 |
| Octal | 21 | 360 | 65 | 135 | 0 | 116 | 6 | 202 | 130 | 62 |
| Binary | 10001 | 11110000 | 110101 | 1011101 | 0 | 1001110 | 110 | 10000010 | 1011000 | 110010 |
Color Harmonies of #11F035
Complementary color
Monochromatic Colors of #11F035
Black with #11F035
Text Example
Text Example
White with #11F035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F035; }
p { color: rgb(17,240,53); }
H1.HeaderClassName
{
color: #11F035;
}
.AnyTagClassName
{
color: #11F035;
}
</style>
background-color css
<style>
a { background-color: #11F035; }
a { background-color: rgb(17,240,53); }
div.DivClassName
{
background-color: #11F035;
}
.BgClassName
{
background-color: #11F035;
}
</style>
border-color css
<style>
span { border-color: #11F035; }
span { border-color: rgb(17,240,53); }
td.TdClassName
{
border-color: #11F035;
}
.TagClassName
{
border-color: #11F035;
}
</style>