#1DD068

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

Shades of Malachite #1DD068

Tints of Malachite #1DD068

Color information

#1DD068 (or 0x1DD068) is unknown color: approx Malachite. HEX triplet: 1D, D0 and 68. RGB value is (29,208,104). Sum of RGB (Red+Green+Blue) = 29+208+104=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD068 is #E22F97. Grayscale: #8E8E8E. Windows color (decimal): -14823320 or 6869021. OLE color: 6869021.

HSL color Cylindrical-coordinate representation of color #1DD068: hue angle of 145.14º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD068 is Cyan = 0.86, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB29208104-
CMYK0.8600.50.18
HSL145.14º75.53%46.47%-
HSV(B)145.14º86.06%81.57%-
XYZ25.5646.3720.7-
YUV142.62106.246.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.50%
GREEN value IS 208 (81.64% from 255) = 61.00%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=8.50%
G=61.00%
B=30.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal292081040.8600.50.18145.1475.5346.47
Hex1DD0685603212914c2e
Octal353201501260622222111456
Binary111011101000011010001010110011001010010100100011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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