#1DC775

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

Shades of Mountain Meadow #1DC775

Tints of Mountain Meadow #1DC775

Color information

#1DC775 (or 0x1DC775) is unknown color: approx Mountain Meadow. HEX triplet: 1D, C7 and 75. RGB value is (29,199,117). Sum of RGB (Red+Green+Blue) = 29+199+117=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 199 (78.12% from 255 or 57.68% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC775 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC775 is #E2388A. Grayscale: #8A8A8A. Windows color (decimal): -14825611 or 7718685. OLE color: 7718685.

HSL color Cylindrical-coordinate representation of color #1DC775: hue angle of 151.06º 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 #1DC775 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB29199117-
CMYK0.8500.410.22
HSL151.06º74.56%44.71%-
HSV(B)151.06º85.43%78.04%-
XYZ24.1442.3923.74-
YUV138.82115.6849.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.41%
GREEN value IS 199 (78.12% from 255) = 57.68%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=8.41%
G=57.68%
B=33.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal291991170.8500.410.22151.0674.5644.71
Hex1DC7755502916974b2d
Octal353071651250512622711355
Binary111011100011111101011010101010100110110100101111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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