Html Css Color HEX #1ED641 Malachite

📋 copy color: '#1ED641'

red 30 ◦ green 214 ◦ blue 65

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

Shades of Malachite #1ED641

Tints of Malachite #1ED641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.26%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 9.71%
G = 69.26%
B = 21.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#1ED641 (or 0x1ED641) is known color: Malachite. HEX triplet: 1E, D6 and 41. RGB value is (30,214,65). Sum of RGB (Red+Green+Blue) = 30+214+65=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED641 is #E129BE. Grayscale: #8E8E8E. Windows color (decimal): -14756287 or 4314654. OLE color: 4314654.

HSL color Cylindrical-coordinate representation of color #1ED641: hue angle of 131.41º 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 #1ED641 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 214 65 -
CMYK 0.86 0 0.70 0.16
HSL 131.41º 0.75% 0.48% -
HSV(B) 131.41º 0.86% 0.84% -
XYZ 25.54 48.75 13.06 -
YUV 142 84.54 48.12 -
System Red Green Blue C M Y K H S L
Decimal 30 214 65 0.86 0 0.70 0.16 131.41 0.75 0.48
Hex 1E D6 41 56 0 46 10 83 4B 30
Octal 36 326 101 126 0 106 20 203 113 60
Binary 11110 11010110 1000001 1010110 0 1000110 10000 10000011 1001011 110000

Color Harmonies of #1ED641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED641

Black with #1ED641

Text Example


Text Example

White with #1ED641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,214,65); }

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

background-color css

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

 a { background-color: rgb(30,214,65); }

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

border-color css

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

 span { border-color: rgb(30,214,65); }

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