#1DCF80

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

Shades of Mountain Meadow #1DCF80

Tints of Mountain Meadow #1DCF80

Color information

#1DCF80 (or 0x1DCF80) is unknown color: approx 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

RGB29207128-
CMYK0.8600.380.19
HSL153.37º75.42%46.27%-
HSV(B)153.37º85.99%81.18%-
XYZ26.7246.4527.98-
YUV144.77118.5345.42-

RGB Variations

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

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 (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal292071280.8600.380.19153.3775.4246.27
Hex1DCF805602613994b2e
Octal353172001260462323111356
Binary1110111001111100000001010110010011010011100110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>