Html Css Color HEX #1DF364 Malachite

📋 copy color: '#1DF364'

red 29 ◦ green 243 ◦ blue 100

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

Shades of Malachite #1DF364

Tints of Malachite #1DF364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.32%

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 7.8%
G = 65.32%
B = 26.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#1DF364 (or 0x1DF364) is known color: Malachite. HEX triplet: 1D, F3 and 64. RGB value is (29,243,100). Sum of RGB (Red+Green+Blue) = 29+243+100=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF364 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF364 is #E20C9B. Grayscale: #A3A3A3. Windows color (decimal): -14814364 or 6615837. OLE color: 6615837.

HSL color Cylindrical-coordinate representation of color #1DF364: hue angle of 139.91º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF364 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 243 100 -
CMYK 0.88 0 0.59 0.05
HSL 139.91º 0.9% 0.53% -
HSV(B) 139.91º 0.88% 0.95% -
XYZ 34.86 65.28 22.82 -
YUV 162.71 92.6 32.63 -
System Red Green Blue C M Y K H S L
Decimal 29 243 100 0.88 0 0.59 0.05 139.91 0.9 0.53
Hex 1D F3 64 58 0 3B 5 8C 5A 35
Octal 35 363 144 130 0 73 5 214 132 65
Binary 11101 11110011 1100100 1011000 0 111011 101 10001100 1011010 110101

Color Harmonies of #1DF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF364

Black with #1DF364

Text Example


Text Example

White with #1DF364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,243,100); }

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

background-color css

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

 a { background-color: rgb(29,243,100); }

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

border-color css

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

 span { border-color: rgb(29,243,100); }

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