Html Css Color HEX #1ED564 Malachite

📋 copy color: '#1ED564'

red 30 ◦ green 213 ◦ blue 100

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

Shades of Malachite #1ED564

Tints of Malachite #1ED564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.1%

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

R = 8.75%
G = 62.1%
B = 29.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#1ED564 (or 0x1ED564) is known color: Malachite. HEX triplet: 1E, D5 and 64. RGB value is (30,213,100). Sum of RGB (Red+Green+Blue) = 30+213+100=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED564 is #E12A9B. Grayscale: #919191. Windows color (decimal): -14756508 or 6608158. OLE color: 6608158.

HSL color Cylindrical-coordinate representation of color #1ED564: hue angle of 142.95º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED564 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 213 100 -
CMYK 0.86 0 0.53 0.16
HSL 142.95º 0.75% 0.48% -
HSV(B) 142.95º 0.86% 0.84% -
XYZ 26.63 48.78 20.07 -
YUV 145.4 102.37 45.69 -
System Red Green Blue C M Y K H S L
Decimal 30 213 100 0.86 0 0.53 0.16 142.95 0.75 0.48
Hex 1E D5 64 56 0 35 10 8F 4B 30
Octal 36 325 144 126 0 65 20 217 113 60
Binary 11110 11010101 1100100 1010110 0 110101 10000 10001111 1001011 110000

Color Harmonies of #1ED564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED564

Black with #1ED564

Text Example


Text Example

White with #1ED564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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