Html Css Color HEX #1DDD5D Malachite

📋 copy color: '#1DDD5D'

red 29 ◦ green 221 ◦ blue 93

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

Shades of Malachite #1DDD5D

Tints of Malachite #1DDD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 8.45%
G = 64.43%
B = 27.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#1DDD5D (or 0x1DDD5D) is known color: Malachite. HEX triplet: 1D, DD and 5D. RGB value is (29,221,93). Sum of RGB (Red+Green+Blue) = 29+221+93=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 221 (86.72% from 255 or 64.43% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDD5D is #E222A2. Grayscale: #959595. Windows color (decimal): -14820003 or 6151453. OLE color: 6151453.

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

Color convert

RGB 29 221 93 -
CMYK 0.87 0 0.58 0.13
HSL 140º 0.77% 0.49% -
HSV(B) 140º 0.87% 0.87% -
XYZ 28.34 52.76 19.05 -
YUV 149 96.39 42.41 -
System Red Green Blue C M Y K H S L
Decimal 29 221 93 0.87 0 0.58 0.13 140 0.77 0.49
Hex 1D DD 5D 57 0 3A D 8C 4D 31
Octal 35 335 135 127 0 72 15 214 115 61
Binary 11101 11011101 1011101 1010111 0 111010 1101 10001100 1001101 110001

Color Harmonies of #1DDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD5D

Black with #1DDD5D

Text Example


Text Example

White with #1DDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,221,93); }

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

background-color css

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

 a { background-color: rgb(29,221,93); }

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

border-color css

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

 span { border-color: rgb(29,221,93); }

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