Html Css Color HEX #1DD54A Malachite

📋 copy color: '#1DD54A'

red 29 ◦ green 213 ◦ blue 74

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

Shades of Malachite #1DD54A

Tints of Malachite #1DD54A

RGB

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

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

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

R = 9.18%
G = 67.41%
B = 23.42%

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

#1DD54A (or 0x1DD54A) is known color: Malachite. HEX triplet: 1D, D5 and 4A. RGB value is (29,213,74). Sum of RGB (Red+Green+Blue) = 29+213+74=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 213 (83.59% from 255 or 67.41% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD54A is #E22AB5. Grayscale: #8E8E8E. Windows color (decimal): -14822070 or 4904221. OLE color: 4904221.

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

Color convert

RGB 29 213 74 -
CMYK 0.86 0 0.65 0.16
HSL 134.67º 0.76% 0.47% -
HSV(B) 134.67º 0.86% 0.84% -
XYZ 25.54 48.34 14.46 -
YUV 142.14 89.54 47.3 -
System Red Green Blue C M Y K H S L
Decimal 29 213 74 0.86 0 0.65 0.16 134.67 0.76 0.47
Hex 1D D5 4A 56 0 41 10 87 4C 2F
Octal 35 325 112 126 0 101 20 207 114 57
Binary 11101 11010101 1001010 1010110 0 1000001 10000 10000111 1001100 101111

Color Harmonies of #1DD54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD54A

Black with #1DD54A

Text Example


Text Example

White with #1DD54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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