#11DD35

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

Shades of Malachite #11DD35

Tints of Malachite #11DD35

Color information

#11DD35 (or 0x11DD35) is unknown color: approx Malachite. HEX triplet: 11, DD and 35. RGB value is (17,221,53). Sum of RGB (Red+Green+Blue) = 17+221+53=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DD35 is #EE22CA. Grayscale: #8D8D8D. Windows color (decimal): -15606475 or 3530001. OLE color: 3530001.

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

Color convert

RGB1722153-
CMYK0.9200.760.13
HSL130.59º85.71%46.67%-
HSV(B)130.59º92.31%86.67%-
XYZ26.7352.0912.01-
YUV140.8578.4139.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.84%
GREEN value IS 221 (86.72% from 255) = 75.95%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=5.84%
G=75.95%
B=18.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17221530.9200.760.13130.5985.7146.67
Hex11DD355C04CD83562f
Octal213356513401141520312657
Binary10001110111011101011011100010011001101100000111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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