Shades of Malachite #11F950
Tints of Malachite #11F950
RGB
CMYK
RGB Variations
Color information
#11F950 (or 0x11F950) is known color: Malachite. HEX triplet: 11, F9 and 50. RGB value is (17,249,80). Sum of RGB (Red+Green+Blue) = 17+249+80=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 249 (97.66% from 255 or 71.97% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 249 - color contains mainly: green. Hex color #11F950 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F950 is #EE06AF. Grayscale: #A0A0A0. Windows color (decimal): -15599280 or 5306641. OLE color: 5306641.
HSL color Cylindrical-coordinate representation of color #11F950: hue angle of 136.29º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F950 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 249 | 80 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.02 |
| HSL | 136.29º | 0.95% | 0.52% | - |
| HSV(B) | 136.29º | 0.93% | 0.98% | - |
| XYZ | 35.55 | 68.45 | 18.93 | - |
| YUV | 160.37 | 82.64 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 249 | 80 | 0.93 | 0 | 0.68 | 0.02 | 136.29 | 0.95 | 0.52 |
| Hex | 11 | F9 | 50 | 5D | 0 | 44 | 2 | 88 | 5F | 34 |
| Octal | 21 | 371 | 120 | 135 | 0 | 104 | 2 | 210 | 137 | 64 |
| Binary | 10001 | 11111001 | 1010000 | 1011101 | 0 | 1000100 | 10 | 10001000 | 1011111 | 110100 |
Color Harmonies of #11F950
Complementary color
Monochromatic Colors of #11F950
Black with #11F950
Text Example
Text Example
White with #11F950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F950; }
p { color: rgb(17,249,80); }
H1.HeaderClassName
{
color: #11F950;
}
.AnyTagClassName
{
color: #11F950;
}
</style>
background-color css
<style>
a { background-color: #11F950; }
a { background-color: rgb(17,249,80); }
div.DivClassName
{
background-color: #11F950;
}
.BgClassName
{
background-color: #11F950;
}
</style>
border-color css
<style>
span { border-color: #11F950; }
span { border-color: rgb(17,249,80); }
td.TdClassName
{
border-color: #11F950;
}
.TagClassName
{
border-color: #11F950;
}
</style>