Html Css Color HEX #1DCD76 Mountain Meadow

📋 copy color: '#1DCD76'

red 29 ◦ green 205 ◦ blue 118

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

Shades of Mountain Meadow #1DCD76

Tints of Mountain Meadow #1DCD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.24%

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

R = 8.24%
G = 58.24%
B = 33.52%

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

#1DCD76 (or 0x1DCD76) is known color: Mountain Meadow. HEX triplet: 1D, CD and 76. RGB value is (29,205,118). Sum of RGB (Red+Green+Blue) = 29+205+118=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCD76 is #E23289. Grayscale: #8E8E8E. Windows color (decimal): -14824074 or 7785757. OLE color: 7785757.

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

Color convert

RGB 29 205 118 -
CMYK 0.86 0 0.42 0.20
HSL 150.34º 0.75% 0.46% -
HSV(B) 150.34º 0.86% 0.8% -
XYZ 25.61 45.23 24.52 -
YUV 142.46 114.19 47.07 -
System Red Green Blue C M Y K H S L
Decimal 29 205 118 0.86 0 0.42 0.20 150.34 0.75 0.46
Hex 1D CD 76 56 0 2A 14 96 4B 2E
Octal 35 315 166 126 0 52 24 226 113 56
Binary 11101 11001101 1110110 1010110 0 101010 10100 10010110 1001011 101110

Color Harmonies of #1DCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD76

Black with #1DCD76

Text Example


Text Example

White with #1DCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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