#1edf64

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

Shades of Malachite #1EDF64

Tints of Malachite #1EDF64

Color information

#1EDF64 (or 0x1EDF64) is unknown color: approx Malachite. HEX triplet: 1E, DF and 64. RGB value is (30,223,100). Sum of RGB (Red+Green+Blue) = 30+223+100=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 223 (87.5% from 255 or 63.17% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDF64 is #E1209B. Grayscale: #979797. Windows color (decimal): -14753948 or 6610718. OLE color: 6610718.

HSL color Cylindrical-coordinate representation of color #1EDF64: hue angle of 141.76º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDF64 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB30223100-
CMYK0.8700.550.13
HSL141.76º76.28%49.61%-
HSV(B)141.76º86.55%87.45%-
XYZ29.2253.9720.93-
YUV151.2799.0641.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.50%
GREEN value IS 223 (87.5% from 255) = 63.17%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=8.50%
G=63.17%
B=28.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302231000.8700.550.13141.7676.2849.61
Hex1EDF6457037D8e4c32
Octal363371441270671521611462
Binary11110110111111100100101011101101111101100011101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1edf64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,223,100); }

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

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

 a { background-color: rgb(30,223,100); }

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

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

 span { border-color: rgb(30,223,100); }

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