#1DED64

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

Shades of Malachite #1DED64

Tints of Malachite #1DED64

Color information

#1DED64 (or 0x1DED64) is unknown color: approx Malachite. HEX triplet: 1D, ED and 64. RGB value is (29,237,100). Sum of RGB (Red+Green+Blue) = 29+237+100=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 237 (92.97% from 255 or 64.75% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DED64 is #E2129B. Grayscale: #9F9F9F. Windows color (decimal): -14815900 or 6614301. OLE color: 6614301.

HSL color Cylindrical-coordinate representation of color #1DED64: hue angle of 140.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DED64 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB29237100-
CMYK0.8800.580.07
HSL140.48º85.25%52.16%-
HSV(B)140.48º87.76%92.94%-
XYZ33.0961.7522.23-
YUV159.1994.5935.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.92%
GREEN value IS 237 (92.97% from 255) = 64.75%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=7.92%
G=64.75%
B=27.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal292371000.8800.580.07140.4885.2552.16
Hex1DED645803A78c5534
Octal35355144130072721412564
Binary1110111101101110010010110000111010111100011001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,237,100); }

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

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

 a { background-color: rgb(29,237,100); }

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

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

 span { border-color: rgb(29,237,100); }

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