#1DC555

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

Shades of Malachite #1DC555

Tints of Malachite #1DC555

Color information

#1DC555 (or 0x1DC555) is unknown color: approx Malachite. HEX triplet: 1D, C5 and 55. RGB value is (29,197,85). Sum of RGB (Red+Green+Blue) = 29+197+85=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC555 is #E23AAA. Grayscale: #868686. Windows color (decimal): -14826155 or 5621021. OLE color: 5621021.

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

Color convert

RGB2919785-
CMYK0.8500.570.23
HSL140º74.34%44.31%-
HSV(B)140º85.28%77.25%-
XYZ22.1140.8515.31-
YUV134100.3453.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.32%
GREEN value IS 197 (77.34% from 255) = 63.34%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=9.32%
G=63.34%
B=27.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal29197850.8500.570.2314074.3444.31
Hex1DC55555039178c4a2c
Octal353051251250712721411254
Binary111011100010110101011010101011100110111100011001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,197,85); }

 H1.HeaderClassName
 {
   color: #1DC555;
 }
 .AnyTagClassName
 {
   color: #1DC555;
 }
</style>
background-color css

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

 a { background-color: rgb(29,197,85); }

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

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

 span { border-color: rgb(29,197,85); }

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