Html Css Color HEX #1DCF80 Mountain Meadow

📋 copy color: '#1DCF80'

red 29 ◦ green 207 ◦ blue 128

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

Shades of Mountain Meadow #1DCF80

Tints of Mountain Meadow #1DCF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.87%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 7.97%
G = 56.87%
B = 35.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#1DCF80 (or 0x1DCF80) is known color: Mountain Meadow. HEX triplet: 1D, CF and 80. RGB value is (29,207,128). Sum of RGB (Red+Green+Blue) = 29+207+128=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCF80 is #E2307F. Grayscale: #909090. Windows color (decimal): -14823552 or 8441629. OLE color: 8441629.

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

Color convert

RGB 29 207 128 -
CMYK 0.86 0 0.38 0.19
HSL 153.37º 0.75% 0.46% -
HSV(B) 153.37º 0.86% 0.81% -
XYZ 26.72 46.45 27.98 -
YUV 144.77 118.53 45.42 -
System Red Green Blue C M Y K H S L
Decimal 29 207 128 0.86 0 0.38 0.19 153.37 0.75 0.46
Hex 1D CF 80 56 0 26 13 99 4B 2E
Octal 35 317 200 126 0 46 23 231 113 56
Binary 11101 11001111 10000000 1010110 0 100110 10011 10011001 1001011 101110

Color Harmonies of #1DCF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCF80

Black with #1DCF80

Text Example


Text Example

White with #1DCF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,207,128); }

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

background-color css

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

 a { background-color: rgb(29,207,128); }

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

border-color css

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

 span { border-color: rgb(29,207,128); }

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