Html Css Color HEX #1DD070 Malachite

📋 copy color: '#1DD070'

red 29 ◦ green 208 ◦ blue 112

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

Shades of Malachite #1DD070

Tints of Malachite #1DD070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 8.31%
G = 59.6%
B = 32.09%

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

#1DD070 (or 0x1DD070) is known color: Malachite. HEX triplet: 1D, D0 and 70. RGB value is (29,208,112). Sum of RGB (Red+Green+Blue) = 29+208+112=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD070 is #E22F8F. Grayscale: #8F8F8F. Windows color (decimal): -14823312 or 7393309. OLE color: 7393309.

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

Color convert

RGB 29 208 112 -
CMYK 0.86 0 0.46 0.18
HSL 147.82º 0.76% 0.46% -
HSV(B) 147.82º 0.86% 0.82% -
XYZ 25.99 46.54 22.94 -
YUV 143.54 110.2 46.31 -
System Red Green Blue C M Y K H S L
Decimal 29 208 112 0.86 0 0.46 0.18 147.82 0.76 0.46
Hex 1D D0 70 56 0 2E 12 94 4C 2E
Octal 35 320 160 126 0 56 22 224 114 56
Binary 11101 11010000 1110000 1010110 0 101110 10010 10010100 1001100 101110

Color Harmonies of #1DD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD070

Black with #1DD070

Text Example


Text Example

White with #1DD070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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