#1DD051

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

Shades of Malachite #1DD051

Tints of Malachite #1DD051

Color information

#1DD051 (or 0x1DD051) is unknown color: approx Malachite. HEX triplet: 1D, D0 and 51. RGB value is (29,208,81). Sum of RGB (Red+Green+Blue) = 29+208+81=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD051 is #E22FAE. Grayscale: #8C8C8C. Windows color (decimal): -14823343 or 5361693. OLE color: 5361693.

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

Color convert

RGB2920881-
CMYK0.8600.610.18
HSL137.43º75.53%46.47%-
HSV(B)137.43º86.06%81.57%-
XYZ24.5545.9715.36-
YUV14094.748.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.12%
GREEN value IS 208 (81.64% from 255) = 65.41%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=9.12%
G=65.41%
B=25.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29208810.8600.610.18137.4375.5346.47
Hex1DD0515603D12894c2e
Octal353201211260752221111456
Binary111011101000010100011010110011110110010100010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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