Html Css Color HEX #1DCD75 Mountain Meadow

📋 copy color: '#1DCD75'

red 29 ◦ green 205 ◦ blue 117

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

Shades of Mountain Meadow #1DCD75

Tints of Mountain Meadow #1DCD75

RGB

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

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

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

R = 8.26%
G = 58.4%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#1DCD75 (or 0x1DCD75) is known color: Mountain Meadow. HEX triplet: 1D, CD and 75. RGB value is (29,205,117). Sum of RGB (Red+Green+Blue) = 29+205+117=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCD75 is #E2328A. Grayscale: #8E8E8E. Windows color (decimal): -14824075 or 7720221. OLE color: 7720221.

HSL color Cylindrical-coordinate representation of color #1DCD75: hue angle of 150º 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 #1DCD75 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 205 117 -
CMYK 0.86 0 0.43 0.20
HSL 150º 0.75% 0.46% -
HSV(B) 150º 0.86% 0.8% -
XYZ 25.55 45.21 24.21 -
YUV 142.34 113.69 47.16 -
System Red Green Blue C M Y K H S L
Decimal 29 205 117 0.86 0 0.43 0.20 150 0.75 0.46
Hex 1D CD 75 56 0 2B 14 96 4B 2E
Octal 35 315 165 126 0 53 24 226 113 56
Binary 11101 11001101 1110101 1010110 0 101011 10100 10010110 1001011 101110

Color Harmonies of #1DCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD75

Black with #1DCD75

Text Example


Text Example

White with #1DCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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