Html Css Color HEX #1EDD64 Malachite

📋 copy color: '#1EDD64'

red 30 ◦ green 221 ◦ blue 100

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

Shades of Malachite #1EDD64

Tints of Malachite #1EDD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.96%

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 8.55%
G = 62.96%
B = 28.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#1EDD64 (or 0x1EDD64) is known color: Malachite. HEX triplet: 1E, DD and 64. RGB value is (30,221,100). Sum of RGB (Red+Green+Blue) = 30+221+100=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDD64 is #E1229B. Grayscale: #969696. Windows color (decimal): -14754460 or 6610206. OLE color: 6610206.

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

Color convert

RGB 30 221 100 -
CMYK 0.86 0 0.55 0.13
HSL 141.99º 0.76% 0.49% -
HSV(B) 141.99º 0.86% 0.87% -
XYZ 28.69 52.91 20.76 -
YUV 150.1 99.72 42.34 -
System Red Green Blue C M Y K H S L
Decimal 30 221 100 0.86 0 0.55 0.13 141.99 0.76 0.49
Hex 1E DD 64 56 0 37 D 8E 4C 31
Octal 36 335 144 126 0 67 15 216 114 61
Binary 11110 11011101 1100100 1010110 0 110111 1101 10001110 1001100 110001

Color Harmonies of #1EDD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDD64

Black with #1EDD64

Text Example


Text Example

White with #1EDD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EDD64;
 }
 .AnyTagClassName
 {
   color: #1EDD64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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