Html Css Color HEX #1DD34B Malachite

📋 copy color: '#1DD34B'

red 29 ◦ green 211 ◦ blue 75

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

Shades of Malachite #1DD34B

Tints of Malachite #1DD34B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 66.98%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 9.21%
G = 66.98%
B = 23.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#1DD34B (or 0x1DD34B) is known color: Malachite. HEX triplet: 1D, D3 and 4B. RGB value is (29,211,75). Sum of RGB (Red+Green+Blue) = 29+211+75=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 211 (82.81% from 255 or 66.98% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD34B is #E22CB4. Grayscale: #8D8D8D. Windows color (decimal): -14822581 or 4969245. OLE color: 4969245.

HSL color Cylindrical-coordinate representation of color #1DD34B: hue angle of 135.16º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD34B is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 29 211 75 -
CMYK 0.86 0 0.64 0.17
HSL 135.16º 0.76% 0.47% -
HSV(B) 135.16º 0.86% 0.83% -
XYZ 25.07 47.36 14.48 -
YUV 141.08 90.7 48.06 -
System Red Green Blue C M Y K H S L
Decimal 29 211 75 0.86 0 0.64 0.17 135.16 0.76 0.47
Hex 1D D3 4B 56 0 40 11 87 4C 2F
Octal 35 323 113 126 0 100 21 207 114 57
Binary 11101 11010011 1001011 1010110 0 1000000 10001 10000111 1001100 101111

Color Harmonies of #1DD34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD34B

Black with #1DD34B

Text Example


Text Example

White with #1DD34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,211,75); }

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

background-color css

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

 a { background-color: rgb(29,211,75); }

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

border-color css

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

 span { border-color: rgb(29,211,75); }

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