Html Css Color HEX #1DD054 Malachite

📋 copy color: '#1DD054'

red 29 ◦ green 208 ◦ blue 84

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

Shades of Malachite #1DD054

Tints of Malachite #1DD054

RGB

 RED value IS 29 (11.72% from 255) = 9.03%

 GREEN value IS 208 (81.64% from 255) = 64.8%

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 9.03%
G = 64.8%
B = 26.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#1DD054 (or 0x1DD054) is known color: Malachite. HEX triplet: 1D, D0 and 54. RGB value is (29,208,84). Sum of RGB (Red+Green+Blue) = 29+208+84=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD054 is #E22FAB. Grayscale: #8C8C8C. Windows color (decimal): -14823340 or 5558301. OLE color: 5558301.

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

Color convert

RGB 29 208 84 -
CMYK 0.86 0 0.60 0.18
HSL 138.44º 0.76% 0.46% -
HSV(B) 138.44º 0.86% 0.82% -
XYZ 24.66 46.01 15.97 -
YUV 140.34 96.2 48.58 -
System Red Green Blue C M Y K H S L
Decimal 29 208 84 0.86 0 0.60 0.18 138.44 0.76 0.46
Hex 1D D0 54 56 0 3C 12 8A 4C 2E
Octal 35 320 124 126 0 74 22 212 114 56
Binary 11101 11010000 1010100 1010110 0 111100 10010 10001010 1001100 101110

Color Harmonies of #1DD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD054

Black with #1DD054

Text Example


Text Example

White with #1DD054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DD054;
 }
 .AnyTagClassName
 {
   color: #1DD054;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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