Html Css Color HEX #1DD053 Malachite

📋 copy color: '#1DD053'

red 29 ◦ green 208 ◦ blue 83

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

Shades of Malachite #1DD053

Tints of Malachite #1DD053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.94%

R = 9.06%
G = 65%
B = 25.94%

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

#1DD053 (or 0x1DD053) is known color: Malachite. HEX triplet: 1D, D0 and 53. RGB value is (29,208,83). Sum of RGB (Red+Green+Blue) = 29+208+83=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD053 is #E22FAC. Grayscale: #8C8C8C. Windows color (decimal): -14823341 or 5492765. OLE color: 5492765.

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

Color convert

RGB 29 208 83 -
CMYK 0.86 0 0.60 0.18
HSL 138.1º 0.76% 0.46% -
HSV(B) 138.1º 0.86% 0.82% -
XYZ 24.62 46 15.76 -
YUV 140.23 95.7 48.66 -
System Red Green Blue C M Y K H S L
Decimal 29 208 83 0.86 0 0.60 0.18 138.1 0.76 0.46
Hex 1D D0 53 56 0 3C 12 8A 4C 2E
Octal 35 320 123 126 0 74 22 212 114 56
Binary 11101 11010000 1010011 1010110 0 111100 10010 10001010 1001100 101110

Color Harmonies of #1DD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD053

Black with #1DD053

Text Example


Text Example

White with #1DD053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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