Html Css Color HEX #1DDB70 Malachite

📋 copy color: '#1DDB70'

red 29 ◦ green 219 ◦ blue 112

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

Shades of Malachite #1DDB70

Tints of Malachite #1DDB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60.83%

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

R = 8.06%
G = 60.83%
B = 31.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#1DDB70 (or 0x1DDB70) is known color: Malachite. HEX triplet: 1D, DB and 70. RGB value is (29,219,112). Sum of RGB (Red+Green+Blue) = 29+219+112=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDB70 is #E2248F. Grayscale: #969696. Windows color (decimal): -14820496 or 7396125. OLE color: 7396125.

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

Color convert

RGB 29 219 112 -
CMYK 0.87 0 0.49 0.14
HSL 146.21º 0.77% 0.49% -
HSV(B) 146.21º 0.87% 0.86% -
XYZ 28.76 52.09 23.87 -
YUV 149.99 106.55 41.7 -
System Red Green Blue C M Y K H S L
Decimal 29 219 112 0.87 0 0.49 0.14 146.21 0.77 0.49
Hex 1D DB 70 57 0 31 E 92 4D 31
Octal 35 333 160 127 0 61 16 222 115 61
Binary 11101 11011011 1110000 1010111 0 110001 1110 10010010 1001101 110001

Color Harmonies of #1DDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDB70

Black with #1DDB70

Text Example


Text Example

White with #1DDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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