#11D050

Color #11D050 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #11D050

Tints of Malachite #11D050

Color information

#11D050 (or 0x11D050) is unknown color: approx Malachite. HEX triplet: 11, D0 and 50. RGB value is (17,208,80). Sum of RGB (Red+Green+Blue) = 17+208+80=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #11D050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D050 is #EE2FAF. Grayscale: #888888. Windows color (decimal): -15609776 or 5296145. OLE color: 5296145.

HSL color Cylindrical-coordinate representation of color #11D050: hue angle of 139.79º 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 #11D050 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB1720880-
CMYK0.9200.620.18
HSL139.79º84.89%44.12%-
HSV(B)139.79º91.83%81.57%-
XYZ24.2445.8115.15-
YUV136.396.2242.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.57%
GREEN value IS 208 (81.64% from 255) = 68.20%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=5.57%
G=68.20%
B=26.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal17208800.9200.620.18139.7984.8944.12
Hex11D0505C03E128c552c
Octal213201201340762221412554
Binary100011101000010100001011100011111010010100011001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11D050; }

 p { color: rgb(17,208,80); }

 H1.HeaderClassName
 {
   color: #11D050;
 }
 .AnyTagClassName
 {
   color: #11D050;
 }
</style>
background-color css

<style>
 a { background-color: #11D050; }

 a { background-color: rgb(17,208,80); }

 div.DivClassName
 {
   background-color: #11D050;
 }
 .BgClassName
 {
   background-color: #11D050;
 }
</style>
border-color css

<style>
 span { border-color: #11D050; }

 span { border-color: rgb(17,208,80); }

 td.TdClassName
 {
   border-color: #11D050;
 }
 .TagClassName
 {
   border-color: #11D050;
 }
</style>