#1DD968

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

Shades of Malachite #1DD968

Tints of Malachite #1DD968

Color information

#1DD968 (or 0x1DD968) is unknown color: approx Malachite. HEX triplet: 1D, D9 and 68. RGB value is (29,217,104). Sum of RGB (Red+Green+Blue) = 29+217+104=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD968 is #E22697. Grayscale: #949494. Windows color (decimal): -14821016 or 6871325. OLE color: 6871325.

HSL color Cylindrical-coordinate representation of color #1DD968: hue angle of 143.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD968 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB29217104-
CMYK0.8700.520.15
HSL143.94º76.42%48.24%-
HSV(B)143.94º86.64%85.1%-
XYZ27.8250.8921.45-
YUV147.91103.2243.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.29%
GREEN value IS 217 (85.16% from 255) = 62%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=8.29%
G=62%
B=29.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal292171040.8700.520.15143.9476.4248.24
Hex1DD96857034F904c30
Octal353311501270641722011460
Binary11101110110011101000101011101101001111100100001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,217,104); }

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

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

 a { background-color: rgb(29,217,104); }

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

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

 span { border-color: rgb(29,217,104); }

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