Html Css Color HEX #1DD950 Malachite

📋 copy color: '#1DD950'

red 29 ◦ green 217 ◦ blue 80

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

Shades of Malachite #1DD950

Tints of Malachite #1DD950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 8.9%
G = 66.56%
B = 24.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#1DD950 (or 0x1DD950) is known color: Malachite. HEX triplet: 1D, D9 and 50. RGB value is (29,217,80). Sum of RGB (Red+Green+Blue) = 29+217+80=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 217 (85.16% from 255 or 66.56% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD950 is #E226AF. Grayscale: #919191. Windows color (decimal): -14821040 or 5298461. OLE color: 5298461.

HSL color Cylindrical-coordinate representation of color #1DD950: hue angle of 136.28º 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 #1DD950 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 217 80 -
CMYK 0.87 0 0.63 0.15
HSL 136.28º 0.76% 0.48% -
HSV(B) 136.28º 0.87% 0.85% -
XYZ 26.77 50.47 15.92 -
YUV 145.17 91.22 45.14 -
System Red Green Blue C M Y K H S L
Decimal 29 217 80 0.87 0 0.63 0.15 136.28 0.76 0.48
Hex 1D D9 50 57 0 3F F 88 4C 30
Octal 35 331 120 127 0 77 17 210 114 60
Binary 11101 11011001 1010000 1010111 0 111111 1111 10001000 1001100 110000

Color Harmonies of #1DD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD950

Black with #1DD950

Text Example


Text Example

White with #1DD950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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