Html Css Color HEX #1DD042 Malachite

📋 copy color: '#1DD042'

red 29 ◦ green 208 ◦ blue 66

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

Shades of Malachite #1DD042

Tints of Malachite #1DD042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 9.57%
G = 68.65%
B = 21.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#1DD042 (or 0x1DD042) is known color: Malachite. HEX triplet: 1D, D0 and 42. RGB value is (29,208,66). Sum of RGB (Red+Green+Blue) = 29+208+66=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD042 is #E22FBD. Grayscale: #8A8A8A. Windows color (decimal): -14823358 or 4378653. OLE color: 4378653.

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

Color convert

RGB 29 208 66 -
CMYK 0.86 0 0.68 0.18
HSL 132.4º 0.76% 0.46% -
HSV(B) 132.4º 0.86% 0.82% -
XYZ 24.05 45.77 12.72 -
YUV 138.29 87.2 50.05 -
System Red Green Blue C M Y K H S L
Decimal 29 208 66 0.86 0 0.68 0.18 132.4 0.76 0.46
Hex 1D D0 42 56 0 44 12 84 4C 2E
Octal 35 320 102 126 0 104 22 204 114 56
Binary 11101 11010000 1000010 1010110 0 1000100 10010 10000100 1001100 101110

Color Harmonies of #1DD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD042

Black with #1DD042

Text Example


Text Example

White with #1DD042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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