#1DCD61

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

Shades of Malachite #1DCD61

Tints of Malachite #1DCD61

Color information

#1DCD61 (or 0x1DCD61) is unknown color: approx Malachite. HEX triplet: 1D, CD and 61. RGB value is (29,205,97). Sum of RGB (Red+Green+Blue) = 29+205+97=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCD61 is #E2329E. Grayscale: #8C8C8C. Windows color (decimal): -14824095 or 6409501. OLE color: 6409501.

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

Color convert

RGB2920597-
CMYK0.8600.530.20
HSL143.18º75.21%45.88%-
HSV(B)143.18º85.85%80.39%-
XYZ24.544.7918.66-
YUV140.06103.6948.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.76%
GREEN value IS 205 (80.47% from 255) = 61.93%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=8.76%
G=61.93%
B=29.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29205970.8600.530.20143.1875.2145.88
Hex1DCD6156035148f4b2e
Octal353151411260652421711356
Binary111011100110111000011010110011010110100100011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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