Html Css Color HEX #1DC07D Mountain Meadow

📋 copy color: '#1DC07D'

red 29 ◦ green 192 ◦ blue 125

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

Shades of Mountain Meadow #1DC07D

Tints of Mountain Meadow #1DC07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.49%

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 8.38%
G = 55.49%
B = 36.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#1DC07D (or 0x1DC07D) is known color: Mountain Meadow. HEX triplet: 1D, C0 and 7D. RGB value is (29,192,125). Sum of RGB (Red+Green+Blue) = 29+192+125=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC07D is #E23F82. Grayscale: #878787. Windows color (decimal): -14827395 or 8241181. OLE color: 8241181.

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

Color convert

RGB 29 192 125 -
CMYK 0.85 0 0.35 0.25
HSL 155.34º 0.74% 0.43% -
HSV(B) 155.34º 0.85% 0.75% -
XYZ 23.06 39.44 25.8 -
YUV 135.63 122 51.95 -
System Red Green Blue C M Y K H S L
Decimal 29 192 125 0.85 0 0.35 0.25 155.34 0.74 0.43
Hex 1D C0 7D 55 0 23 19 9B 4A 2B
Octal 35 300 175 125 0 43 31 233 112 53
Binary 11101 11000000 1111101 1010101 0 100011 11001 10011011 1001010 101011

Color Harmonies of #1DC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC07D

Black with #1DC07D

Text Example


Text Example

White with #1DC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,192,125); }

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

background-color css

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

 a { background-color: rgb(29,192,125); }

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

border-color css

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

 span { border-color: rgb(29,192,125); }

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