Html Css Color HEX #1DD64A Malachite

📋 copy color: '#1DD64A'

red 29 ◦ green 214 ◦ blue 74

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

Shades of Malachite #1DD64A

Tints of Malachite #1DD64A

RGB

 RED value IS 29 (11.72% from 255) = 9.15%

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

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 9.15%
G = 67.51%
B = 23.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#1DD64A (or 0x1DD64A) is known color: Malachite. HEX triplet: 1D, D6 and 4A. RGB value is (29,214,74). Sum of RGB (Red+Green+Blue) = 29+214+74=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 214 (83.98% from 255 or 67.51% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD64A is #E229B5. Grayscale: #8F8F8F. Windows color (decimal): -14821814 or 4904477. OLE color: 4904477.

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

Color convert

RGB 29 214 74 -
CMYK 0.86 0 0.65 0.16
HSL 134.59º 0.76% 0.48% -
HSV(B) 134.59º 0.86% 0.84% -
XYZ 25.79 48.85 14.55 -
YUV 142.73 89.21 46.88 -
System Red Green Blue C M Y K H S L
Decimal 29 214 74 0.86 0 0.65 0.16 134.59 0.76 0.48
Hex 1D D6 4A 56 0 41 10 87 4C 30
Octal 35 326 112 126 0 101 20 207 114 60
Binary 11101 11010110 1001010 1010110 0 1000001 10000 10000111 1001100 110000

Color Harmonies of #1DD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD64A

Black with #1DD64A

Text Example


Text Example

White with #1DD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,214,74); }

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

background-color css

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

 a { background-color: rgb(29,214,74); }

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

border-color css

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

 span { border-color: rgb(29,214,74); }

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