Html Css Color HEX #1DD051 Malachite

📋 copy color: '#1DD051'

red 29 ◦ green 208 ◦ blue 81

#1DD051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #1DD051

Tints of Malachite #1DD051

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 value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#1DD051 (or 0x1DD051) is known color: 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

RGB 29 208 81 -
CMYK 0.86 0 0.61 0.18
HSL 137.43º 0.76% 0.46% -
HSV(B) 137.43º 0.86% 0.82% -
XYZ 24.55 45.97 15.36 -
YUV 140 94.7 48.83 -
System Red Green Blue C M Y K H S L
Decimal 29 208 81 0.86 0 0.61 0.18 137.43 0.76 0.46
Hex 1D D0 51 56 0 3D 12 89 4C 2E
Octal 35 320 121 126 0 75 22 211 114 56
Binary 11101 11010000 1010001 1010110 0 111101 10010 10001001 1001100 101110

Color Harmonies of #1DD051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD051

Black with #1DD051

Text Example


Text Example

White with #1DD051

Text Example


Text Example

HTML Codes & Css Web 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>