Html Css Color HEX #1DF864 Malachite

📋 copy color: '#1DF864'

red 29 ◦ green 248 ◦ blue 100

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

Shades of Malachite #1DF864

Tints of Malachite #1DF864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 65.78%

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

R = 7.69%
G = 65.78%
B = 26.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#1DF864 (or 0x1DF864) is known color: Malachite. HEX triplet: 1D, F8 and 64. RGB value is (29,248,100). Sum of RGB (Red+Green+Blue) = 29+248+100=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 248 (97.27% from 255 or 65.78% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF864 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF864 is #E2079B. Grayscale: #A6A6A6. Windows color (decimal): -14813084 or 6617117. OLE color: 6617117.

HSL color Cylindrical-coordinate representation of color #1DF864: hue angle of 139.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF864 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 248 100 -
CMYK 0.88 0 0.60 0.03
HSL 139.45º 0.94% 0.54% -
HSV(B) 139.45º 0.88% 0.97% -
XYZ 36.37 68.32 23.33 -
YUV 165.65 90.95 30.53 -
System Red Green Blue C M Y K H S L
Decimal 29 248 100 0.88 0 0.60 0.03 139.45 0.94 0.54
Hex 1D F8 64 58 0 3C 3 8B 5E 36
Octal 35 370 144 130 0 74 3 213 136 66
Binary 11101 11111000 1100100 1011000 0 111100 11 10001011 1011110 110110

Color Harmonies of #1DF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF864

Black with #1DF864

Text Example


Text Example

White with #1DF864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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