#1DD052

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

Shades of Malachite #1DD052

Tints of Malachite #1DD052

Color information

#1DD052 (or 0x1DD052) is unknown color: approx Malachite. HEX triplet: 1D, D0 and 52. RGB value is (29,208,82). Sum of RGB (Red+Green+Blue) = 29+208+82=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 208 (81.64% from 255 or 65.20% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD052 is #E22FAD. Grayscale: #8C8C8C. Windows color (decimal): -14823342 or 5427229. OLE color: 5427229.

HSL color Cylindrical-coordinate representation of color #1DD052: hue angle of 137.77º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD052 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB2920882-
CMYK0.8600.610.18
HSL137.77º75.53%46.47%-
HSV(B)137.77º86.06%81.57%-
XYZ24.5945.9815.56-
YUV140.1295.248.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.09%
GREEN value IS 208 (81.64% from 255) = 65.20%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=9.09%
G=65.20%
B=25.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29208820.8600.610.18137.7775.5346.47
Hex1DD0525603D128a4c2e
Octal353201221260752221211456
Binary111011101000010100101010110011110110010100010101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DD052; }

 p { color: rgb(29,208,82); }

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

<style>
 a { background-color: #1DD052; }

 a { background-color: rgb(29,208,82); }

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

<style>
 span { border-color: #1DD052; }

 span { border-color: rgb(29,208,82); }

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