Html Css Color HEX #1DCB76 Mountain Meadow

📋 copy color: '#1DCB76'

red 29 ◦ green 203 ◦ blue 118

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

Shades of Mountain Meadow #1DCB76

Tints of Mountain Meadow #1DCB76

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 8.29%
G = 58%
B = 33.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#1DCB76 (or 0x1DCB76) is known color: Mountain Meadow. HEX triplet: 1D, CB and 76. RGB value is (29,203,118). Sum of RGB (Red+Green+Blue) = 29+203+118=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCB76 is #E23489. Grayscale: #8D8D8D. Windows color (decimal): -14824586 or 7785245. OLE color: 7785245.

HSL color Cylindrical-coordinate representation of color #1DCB76: hue angle of 150.69º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCB76 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 203 118 -
CMYK 0.86 0 0.42 0.20
HSL 150.69º 0.75% 0.45% -
HSV(B) 150.69º 0.86% 0.8% -
XYZ 25.13 44.28 24.36 -
YUV 141.28 114.85 47.91 -
System Red Green Blue C M Y K H S L
Decimal 29 203 118 0.86 0 0.42 0.20 150.69 0.75 0.45
Hex 1D CB 76 56 0 2A 14 97 4B 2D
Octal 35 313 166 126 0 52 24 227 113 55
Binary 11101 11001011 1110110 1010110 0 101010 10100 10010111 1001011 101101

Color Harmonies of #1DCB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCB76

Black with #1DCB76

Text Example


Text Example

White with #1DCB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,203,118); }

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

background-color css

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

 a { background-color: rgb(29,203,118); }

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

border-color css

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

 span { border-color: rgb(29,203,118); }

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