#1DD47A

Color #1DD47A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1DD47A

Tints of Mountain Meadow #1DD47A

Color information

#1DD47A (or 0x1DD47A) is unknown color: approx Mountain Meadow. HEX triplet: 1D, D4 and 7A. RGB value is (29,212,122). Sum of RGB (Red+Green+Blue) = 29+212+122=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD47A is #E22B85. Grayscale: #939393. Windows color (decimal): -14822278 or 8049693. OLE color: 8049693.

HSL color Cylindrical-coordinate representation of color #1DD47A: hue angle of 150.49º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD47A is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB29212122-
CMYK0.8600.420.17
HSL150.49º75.93%47.25%-
HSV(B)150.49º86.32%83.14%-
XYZ27.5648.7526.37-
YUV147.02113.8743.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.99%
GREEN value IS 212 (83.20% from 255) = 58.40%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=7.99%
G=58.40%
B=33.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal292121220.8600.420.17150.4975.9347.25
Hex1DD47A5602A11964c2f
Octal353241721260522122611457
Binary111011101010011110101010110010101010001100101101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,212,122); }

 H1.HeaderClassName
 {
   color: #1DD47A;
 }
 .AnyTagClassName
 {
   color: #1DD47A;
 }
</style>
background-color css

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

 a { background-color: rgb(29,212,122); }

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

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

 span { border-color: rgb(29,212,122); }

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