#1DFE48

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

Shades of Malachite #1DFE48

Tints of Malachite #1DFE48

Color information

#1DFE48 (or 0x1DFE48) is unknown color: approx Malachite. HEX triplet: 1D, FE and 48. RGB value is (29,254,72). Sum of RGB (Red+Green+Blue) = 29+254+72=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFE48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFE48 is #E201B7. Grayscale: #A6A6A6. Windows color (decimal): -14811576 or 4783645. OLE color: 4783645.

HSL color Cylindrical-coordinate representation of color #1DFE48: hue angle of 131.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFE48 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB2925472-
CMYK0.8900.720.00
HSL131.47º99.12%55.49%-
HSV(B)131.47º88.58%99.61%-
XYZ37.1271.6118-
YUV165.9874.9630.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.17%
GREEN value IS 254 (99.61% from 255) = 71.55%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=8.17%
G=71.55%
B=20.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal29254720.8900.720.00131.4799.1255.49
Hex1DFE48590480836337
Octal353761101310110020314367
Binary111011111111010010001011001010010000100000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,254,72); }

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

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

 a { background-color: rgb(29,254,72); }

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

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

 span { border-color: rgb(29,254,72); }

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