Html Css Color HEX #1DC375 Mountain Meadow

📋 copy color: '#1DC375'

red 29 ◦ green 195 ◦ blue 117

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

Shades of Mountain Meadow #1DC375

Tints of Mountain Meadow #1DC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.18%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 8.5%
G = 57.18%
B = 34.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#1DC375 (or 0x1DC375) is known color: Mountain Meadow. HEX triplet: 1D, C3 and 75. RGB value is (29,195,117). Sum of RGB (Red+Green+Blue) = 29+195+117=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC375 is #E23C8A. Grayscale: #888888. Windows color (decimal): -14826635 or 7717661. OLE color: 7717661.

HSL color Cylindrical-coordinate representation of color #1DC375: hue angle of 151.81º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC375 is Cyan = 0.85, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 117 -
CMYK 0.85 0 0.4 0.24
HSL 151.81º 0.74% 0.44% -
HSV(B) 151.81º 0.85% 0.76% -
XYZ 23.23 40.58 23.44 -
YUV 136.47 117 51.34 -
System Red Green Blue C M Y K H S L
Decimal 29 195 117 0.85 0 0.4 0.24 151.81 0.74 0.44
Hex 1D C3 75 55 0 28 18 98 4A 2C
Octal 35 303 165 125 0 50 30 230 112 54
Binary 11101 11000011 1110101 1010101 0 101000 11000 10011000 1001010 101100

Color Harmonies of #1DC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC375

Black with #1DC375

Text Example


Text Example

White with #1DC375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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