Shades of Malachite #11D04B
Tints of Malachite #11D04B
RGB
CMYK
RGB Variations
Color information
#11D04B (or 0x11D04B) is known color: Malachite. HEX triplet: 11, D0 and 4B. RGB value is (17,208,75). Sum of RGB (Red+Green+Blue) = 17+208+75=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #11D04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D04B is #EE2FB4. Grayscale: #888888. Windows color (decimal): -15609781 or 4968465. OLE color: 4968465.
HSL color Cylindrical-coordinate representation of color #11D04B: hue angle of 138.22º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D04B is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 75 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.18 |
| HSL | 138.22º | 0.85% | 0.44% | - |
| HSV(B) | 138.22º | 0.92% | 0.82% | - |
| XYZ | 24.06 | 45.74 | 14.22 | - |
| YUV | 135.73 | 93.72 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 75 | 0.92 | 0 | 0.64 | 0.18 | 138.22 | 0.85 | 0.44 |
| Hex | 11 | D0 | 4B | 5C | 0 | 40 | 12 | 8A | 55 | 2C |
| Octal | 21 | 320 | 113 | 134 | 0 | 100 | 22 | 212 | 125 | 54 |
| Binary | 10001 | 11010000 | 1001011 | 1011100 | 0 | 1000000 | 10010 | 10001010 | 1010101 | 101100 |
Color Harmonies of #11D04B
Complementary color
Monochromatic Colors of #11D04B
Black with #11D04B
Text Example
Text Example
White with #11D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D04B; }
p { color: rgb(17,208,75); }
H1.HeaderClassName
{
color: #11D04B;
}
.AnyTagClassName
{
color: #11D04B;
}
</style>
background-color css
<style>
a { background-color: #11D04B; }
a { background-color: rgb(17,208,75); }
div.DivClassName
{
background-color: #11D04B;
}
.BgClassName
{
background-color: #11D04B;
}
</style>
border-color css
<style>
span { border-color: #11D04B; }
span { border-color: rgb(17,208,75); }
td.TdClassName
{
border-color: #11D04B;
}
.TagClassName
{
border-color: #11D04B;
}
</style>