Html Css Color HEX #1DC772 Mountain Meadow

📋 copy color: '#1DC772'

red 29 ◦ green 199 ◦ blue 114

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

Shades of Mountain Meadow #1DC772

Tints of Mountain Meadow #1DC772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 58.19%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 8.48%
G = 58.19%
B = 33.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#1DC772 (or 0x1DC772) is known color: Mountain Meadow. HEX triplet: 1D, C7 and 72. RGB value is (29,199,114). Sum of RGB (Red+Green+Blue) = 29+199+114=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC772 is #E2388D. Grayscale: #8A8A8A. Windows color (decimal): -14825614 or 7522077. OLE color: 7522077.

HSL color Cylindrical-coordinate representation of color #1DC772: hue angle of 150º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC772 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 199 114 -
CMYK 0.85 0 0.43 0.22
HSL 150º 0.75% 0.45% -
HSV(B) 150º 0.85% 0.78% -
XYZ 23.97 42.32 22.83 -
YUV 138.48 114.18 49.91 -
System Red Green Blue C M Y K H S L
Decimal 29 199 114 0.85 0 0.43 0.22 150 0.75 0.45
Hex 1D C7 72 55 0 2B 16 96 4B 2D
Octal 35 307 162 125 0 53 26 226 113 55
Binary 11101 11000111 1110010 1010101 0 101011 10110 10010110 1001011 101101

Color Harmonies of #1DC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC772

Black with #1DC772

Text Example


Text Example

White with #1DC772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,199,114); }

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

background-color css

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

 a { background-color: rgb(29,199,114); }

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

border-color css

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

 span { border-color: rgb(29,199,114); }

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