#11dd42

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

Shades of Malachite #11DD42

Tints of Malachite #11DD42

Color information

#11DD42 (or 0x11DD42) is unknown color: approx Malachite. HEX triplet: 11, DD and 42. RGB value is (17,221,66). Sum of RGB (Red+Green+Blue) = 17+221+66=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DD42 is #EE22BD. Grayscale: #8E8E8E. Windows color (decimal): -15606462 or 4381969. OLE color: 4381969.

HSL color Cylindrical-coordinate representation of color #11DD42: hue angle of 134.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DD42 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB1722166-
CMYK0.9200.700.13
HSL134.41º85.71%46.67%-
HSV(B)134.41º92.31%86.67%-
XYZ27.0752.2313.81-
YUV142.3384.9138.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.59%
GREEN value IS 221 (86.72% from 255) = 72.70%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=5.59%
G=72.70%
B=21.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17221660.9200.700.13134.4185.7146.67
Hex11DD425C046D86562f
Octal2133510213401061520612657
Binary100011101110110000101011100010001101101100001101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11dd42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,221,66); }

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

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

 a { background-color: rgb(17,221,66); }

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

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

 span { border-color: rgb(17,221,66); }

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