Html Css Color HEX #1DD73F Malachite

📋 copy color: '#1DD73F'

red 29 ◦ green 215 ◦ blue 63

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

Shades of Malachite #1DD73F

Tints of Malachite #1DD73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 70.03%

 BLUE value IS 63 (25% from 255) = 20.52%

R = 9.45%
G = 70.03%
B = 20.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#1DD73F (or 0x1DD73F) is known color: Malachite. HEX triplet: 1D, D7 and 3F. RGB value is (29,215,63). Sum of RGB (Red+Green+Blue) = 29+215+63=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 215 (84.38% from 255 or 70.03% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD73F is #E228C0. Grayscale: #8E8E8E. Windows color (decimal): -14821569 or 4183837. OLE color: 4183837.

HSL color Cylindrical-coordinate representation of color #1DD73F: hue angle of 130.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD73F is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 215 63 -
CMYK 0.87 0 0.71 0.16
HSL 130.97º 0.76% 0.48% -
HSV(B) 130.97º 0.87% 0.84% -
XYZ 25.7 49.22 12.85 -
YUV 142.06 83.38 47.36 -
System Red Green Blue C M Y K H S L
Decimal 29 215 63 0.87 0 0.71 0.16 130.97 0.76 0.48
Hex 1D D7 3F 57 0 47 10 83 4C 30
Octal 35 327 77 127 0 107 20 203 114 60
Binary 11101 11010111 111111 1010111 0 1000111 10000 10000011 1001100 110000

Color Harmonies of #1DD73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD73F

Black with #1DD73F

Text Example


Text Example

White with #1DD73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,215,63); }

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

background-color css

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

 a { background-color: rgb(29,215,63); }

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

border-color css

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

 span { border-color: rgb(29,215,63); }

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