#10DD37

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

Shades of Malachite #10DD37

Tints of Malachite #10DD37

Color information

#10DD37 (or 0x10DD37) is unknown color: approx Malachite. HEX triplet: 10, DD and 37. RGB value is (16,221,55). Sum of RGB (Red+Green+Blue) = 16+221+55=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD37 is #EF22C8. Grayscale: #8D8D8D. Windows color (decimal): -15672009 or 3661072. OLE color: 3661072.

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

Color convert

RGB1622155-
CMYK0.9300.750.13
HSL131.41º86.5%46.47%-
HSV(B)131.41º92.76%86.67%-
XYZ26.7652.112.26-
YUV140.7879.5839-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.48%
GREEN value IS 221 (86.72% from 255) = 75.68%
BLUE value IS 55 (21.88% from 255) = 18.84%
R=5.48%
G=75.68%
B=18.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16221550.9300.750.13131.4186.546.47
Hex10DD375D04BD83562e
Octal203356713501131520312656
Binary10000110111011101111011101010010111101100000111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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