#10DD50

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

Shades of Malachite #10DD50

Tints of Malachite #10DD50

Color information

#10DD50 (or 0x10DD50) is unknown color: approx Malachite. HEX triplet: 10, DD and 50. RGB value is (16,221,80). Sum of RGB (Red+Green+Blue) = 16+221+80=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD50 is #EF22AF. Grayscale: #8F8F8F. Windows color (decimal): -15671984 or 5299472. OLE color: 5299472.

HSL color Cylindrical-coordinate representation of color #10DD50: hue angle of 138.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DD50 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB1622180-
CMYK0.9300.640.13
HSL138.73º86.5%46.47%-
HSV(B)138.73º92.76%86.67%-
XYZ27.5252.416.25-
YUV143.6392.0836.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.05%
GREEN value IS 221 (86.72% from 255) = 69.72%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=5.05%
G=69.72%
B=25.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16221800.9300.640.13138.7386.546.47
Hex10DD505D040D8b562e
Octal2033512013501001521312656
Binary100001101110110100001011101010000001101100010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10DD50; }

 p { color: rgb(16,221,80); }

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

<style>
 a { background-color: #10DD50; }

 a { background-color: rgb(16,221,80); }

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

<style>
 span { border-color: #10DD50; }

 span { border-color: rgb(16,221,80); }

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