Html Css Color HEX #1DD06F Malachite

📋 copy color: '#1DD06F'

red 29 ◦ green 208 ◦ blue 111

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

Shades of Malachite #1DD06F

Tints of Malachite #1DD06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 8.33%
G = 59.77%
B = 31.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#1DD06F (or 0x1DD06F) is known color: Malachite. HEX triplet: 1D, D0 and 6F. RGB value is (29,208,111). Sum of RGB (Red+Green+Blue) = 29+208+111=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD06F is #E22F90. Grayscale: #8F8F8F. Windows color (decimal): -14823313 or 7327773. OLE color: 7327773.

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

Color convert

RGB 29 208 111 -
CMYK 0.86 0 0.47 0.18
HSL 147.49º 0.76% 0.46% -
HSV(B) 147.49º 0.86% 0.82% -
XYZ 25.93 46.52 22.65 -
YUV 143.42 109.7 46.39 -
System Red Green Blue C M Y K H S L
Decimal 29 208 111 0.86 0 0.47 0.18 147.49 0.76 0.46
Hex 1D D0 6F 56 0 2F 12 93 4C 2E
Octal 35 320 157 126 0 57 22 223 114 56
Binary 11101 11010000 1101111 1010110 0 101111 10010 10010011 1001100 101110

Color Harmonies of #1DD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD06F

Black with #1DD06F

Text Example


Text Example

White with #1DD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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