Html Css Color HEX #1DD071 Malachite

📋 copy color: '#1DD071'

red 29 ◦ green 208 ◦ blue 113

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

Shades of Malachite #1DD071

Tints of Malachite #1DD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.43%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 8.29%
G = 59.43%
B = 32.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#1DD071 (or 0x1DD071) is known color: Malachite. HEX triplet: 1D, D0 and 71. RGB value is (29,208,113). Sum of RGB (Red+Green+Blue) = 29+208+113=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD071 is #E22F8E. Grayscale: #8F8F8F. Windows color (decimal): -14823311 or 7458845. OLE color: 7458845.

HSL color Cylindrical-coordinate representation of color #1DD071: hue angle of 148.16º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD071 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 208 113 -
CMYK 0.86 0 0.46 0.18
HSL 148.16º 0.76% 0.46% -
HSV(B) 148.16º 0.86% 0.82% -
XYZ 26.04 46.57 23.24 -
YUV 143.65 110.7 46.22 -
System Red Green Blue C M Y K H S L
Decimal 29 208 113 0.86 0 0.46 0.18 148.16 0.76 0.46
Hex 1D D0 71 56 0 2E 12 94 4C 2E
Octal 35 320 161 126 0 56 22 224 114 56
Binary 11101 11010000 1110001 1010110 0 101110 10010 10010100 1001100 101110

Color Harmonies of #1DD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD071

Black with #1DD071

Text Example


Text Example

White with #1DD071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,208,113); }

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

background-color css

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

 a { background-color: rgb(29,208,113); }

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

border-color css

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

 span { border-color: rgb(29,208,113); }

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