#10DD41

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

Shades of Malachite #10DD41

Tints of Malachite #10DD41

Color information

#10DD41 (or 0x10DD41) is unknown color: approx Malachite. HEX triplet: 10, DD and 41. RGB value is (16,221,65). Sum of RGB (Red+Green+Blue) = 16+221+65=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD41 is #EF22BE. Grayscale: #8E8E8E. Windows color (decimal): -15671999 or 4316432. OLE color: 4316432.

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

Color convert

RGB1622165-
CMYK0.9300.710.13
HSL134.34º86.5%46.47%-
HSV(B)134.34º92.76%86.67%-
XYZ27.0252.213.65-
YUV141.9284.5838.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.30%
GREEN value IS 221 (86.72% from 255) = 73.18%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=5.30%
G=73.18%
B=21.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16221650.9300.710.13134.3486.546.47
Hex10DD415D047D86562e
Octal2033510113501071520612656
Binary100001101110110000011011101010001111101100001101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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