Html Css Color HEX #1DD96E Malachite

📋 copy color: '#1DD96E'

red 29 ◦ green 217 ◦ blue 110

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

Shades of Malachite #1DD96E

Tints of Malachite #1DD96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.96%

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 8.15%
G = 60.96%
B = 30.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#1DD96E (or 0x1DD96E) is known color: Malachite. HEX triplet: 1D, D9 and 6E. RGB value is (29,217,110). Sum of RGB (Red+Green+Blue) = 29+217+110=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD96E is #E22691. Grayscale: #949494. Windows color (decimal): -14821010 or 7264541. OLE color: 7264541.

HSL color Cylindrical-coordinate representation of color #1DD96E: hue angle of 145.85º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD96E is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 217 110 -
CMYK 0.87 0 0.49 0.15
HSL 145.85º 0.76% 0.48% -
HSV(B) 145.85º 0.87% 0.85% -
XYZ 28.13 51.01 23.12 -
YUV 148.59 106.22 42.7 -
System Red Green Blue C M Y K H S L
Decimal 29 217 110 0.87 0 0.49 0.15 145.85 0.76 0.48
Hex 1D D9 6E 57 0 31 F 92 4C 30
Octal 35 331 156 127 0 61 17 222 114 60
Binary 11101 11011001 1101110 1010111 0 110001 1111 10010010 1001100 110000

Color Harmonies of #1DD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD96E

Black with #1DD96E

Text Example


Text Example

White with #1DD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,217,110); }

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

background-color css

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

 a { background-color: rgb(29,217,110); }

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

border-color css

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

 span { border-color: rgb(29,217,110); }

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