Html Css Color HEX #1DD07C Mountain Meadow

📋 copy color: '#1DD07C'

red 29 ◦ green 208 ◦ blue 124

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

Shades of Mountain Meadow #1DD07C

Tints of Mountain Meadow #1DD07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 8.03%
G = 57.62%
B = 34.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#1DD07C (or 0x1DD07C) is known color: Mountain Meadow. HEX triplet: 1D, D0 and 7C. RGB value is (29,208,124). Sum of RGB (Red+Green+Blue) = 29+208+124=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD07C is #E22F83. Grayscale: #919191. Windows color (decimal): -14823300 or 8179741. OLE color: 8179741.

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

Color convert

RGB 29 208 124 -
CMYK 0.86 0 0.40 0.18
HSL 151.84º 0.76% 0.46% -
HSV(B) 151.84º 0.86% 0.82% -
XYZ 26.7 46.83 26.7 -
YUV 144.9 116.2 45.33 -
System Red Green Blue C M Y K H S L
Decimal 29 208 124 0.86 0 0.40 0.18 151.84 0.76 0.46
Hex 1D D0 7C 56 0 28 12 98 4C 2E
Octal 35 320 174 126 0 50 22 230 114 56
Binary 11101 11010000 1111100 1010110 0 101000 10010 10011000 1001100 101110

Color Harmonies of #1DD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD07C

Black with #1DD07C

Text Example


Text Example

White with #1DD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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