Shades of Malachite #11BF55
Tints of Malachite #11BF55
RGB
CMYK
RGB Variations
Color information
#11BF55 (or 0x11BF55) is known color: Malachite. HEX triplet: 11, BF and 55. RGB value is (17,191,85). Sum of RGB (Red+Green+Blue) = 17+191+85=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BF55 is #EE40AA. Grayscale: #7F7F7F. Windows color (decimal): -15614123 or 5619473. OLE color: 5619473.
HSL color Cylindrical-coordinate representation of color #11BF55: hue angle of 143.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BF55 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 191 | 85 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.25 |
| HSL | 143.45º | 0.84% | 0.41% | - |
| HSV(B) | 143.45º | 0.91% | 0.75% | - |
| XYZ | 20.5 | 38.04 | 14.86 | - |
| YUV | 126.89 | 104.35 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 85 | 0.91 | 0 | 0.55 | 0.25 | 143.45 | 0.84 | 0.41 |
| Hex | 11 | BF | 55 | 5B | 0 | 37 | 19 | 8F | 54 | 29 |
| Octal | 21 | 277 | 125 | 133 | 0 | 67 | 31 | 217 | 124 | 51 |
| Binary | 10001 | 10111111 | 1010101 | 1011011 | 0 | 110111 | 11001 | 10001111 | 1010100 | 101001 |
Color Harmonies of #11BF55
Complementary color
Monochromatic Colors of #11BF55
Black with #11BF55
Text Example
Text Example
White with #11BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BF55; }
p { color: rgb(17,191,85); }
H1.HeaderClassName
{
color: #11BF55;
}
.AnyTagClassName
{
color: #11BF55;
}
</style>
background-color css
<style>
a { background-color: #11BF55; }
a { background-color: rgb(17,191,85); }
div.DivClassName
{
background-color: #11BF55;
}
.BgClassName
{
background-color: #11BF55;
}
</style>
border-color css
<style>
span { border-color: #11BF55; }
span { border-color: rgb(17,191,85); }
td.TdClassName
{
border-color: #11BF55;
}
.TagClassName
{
border-color: #11BF55;
}
</style>