#1EF64D

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

Shades of Malachite #1EF64D

Tints of Malachite #1EF64D

Color information

#1EF64D (or 0x1EF64D) is unknown color: approx Malachite. HEX triplet: 1E, F6 and 4D. RGB value is (30,246,77). Sum of RGB (Red+Green+Blue) = 30+246+77=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 246 (96.48% from 255 or 69.69% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF64D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF64D is #E109B2. Grayscale: #A2A2A2. Windows color (decimal): -14748083 or 5109278. OLE color: 5109278.

HSL color Cylindrical-coordinate representation of color #1EF64D: hue angle of 133.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF64D is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB3024677-
CMYK0.8800.690.04
HSL133.06º92.31%54.12%-
HSV(B)133.06º87.8%96.47%-
XYZ34.8366.7218.06-
YUV162.1579.9433.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.50%
GREEN value IS 246 (96.48% from 255) = 69.69%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=8.50%
G=69.69%
B=21.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal30246770.8800.690.04133.0692.3154.12
Hex1EF64D580454855c36
Octal363661151300105420513466
Binary11110111101101001101101100001000101100100001011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,246,77); }

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

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

 a { background-color: rgb(30,246,77); }

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

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

 span { border-color: rgb(30,246,77); }

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