#10DD4F

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

Shades of Malachite #10DD4F

Tints of Malachite #10DD4F

Color information

#10DD4F (or 0x10DD4F) is unknown color: approx Malachite. HEX triplet: 10, DD and 4F. RGB value is (16,221,79). Sum of RGB (Red+Green+Blue) = 16+221+79=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD4F is #EF22B0. Grayscale: #8F8F8F. Windows color (decimal): -15671985 or 5233936. OLE color: 5233936.

HSL color Cylindrical-coordinate representation of color #10DD4F: hue angle of 138.44º 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 #10DD4F is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB1622179-
CMYK0.9300.640.13
HSL138.44º86.5%46.47%-
HSV(B)138.44º92.76%86.67%-
XYZ27.4852.3916.06-
YUV143.5291.5837.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.06%
GREEN value IS 221 (86.72% from 255) = 69.94%
BLUE value IS 79 (31.25% from 255) = 25%
R=5.06%
G=69.94%
B=25%

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
Decimal16221790.9300.640.13138.4486.546.47
Hex10DD4F5D040D8a562e
Octal2033511713501001521212656
Binary100001101110110011111011101010000001101100010101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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