Html Css Color HEX #1EF64D Malachite

📋 copy color: '#1EF64D'

red 30 ◦ green 246 ◦ blue 77

#1EF64D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #1EF64D

Tints of Malachite #1EF64D

RGB

 RED value IS 30 (12.11% from 255) = 8.5%

 GREEN value IS 246 (96.48% from 255) = 69.69%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 8.5%
G = 69.69%
B = 21.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#1EF64D (or 0x1EF64D) is known color: 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

RGB 30 246 77 -
CMYK 0.88 0 0.69 0.04
HSL 133.06º 0.92% 0.54% -
HSV(B) 133.06º 0.88% 0.96% -
XYZ 34.83 66.72 18.06 -
YUV 162.15 79.94 33.74 -
System Red Green Blue C M Y K H S L
Decimal 30 246 77 0.88 0 0.69 0.04 133.06 0.92 0.54
Hex 1E F6 4D 58 0 45 4 85 5C 36
Octal 36 366 115 130 0 105 4 205 134 66
Binary 11110 11110110 1001101 1011000 0 1000101 100 10000101 1011100 110110

Color Harmonies of #1EF64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF64D

Black with #1EF64D

Text Example


Text Example

White with #1EF64D

Text Example


Text Example

HTML Codes & Css Web 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>