Html Css Color HEX #1DF964 Malachite

📋 copy color: '#1DF964'

red 29 ◦ green 249 ◦ blue 100

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

Shades of Malachite #1DF964

Tints of Malachite #1DF964

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.87%

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

R = 7.67%
G = 65.87%
B = 26.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#1DF964 (or 0x1DF964) is known color: Malachite. HEX triplet: 1D, F9 and 64. RGB value is (29,249,100). Sum of RGB (Red+Green+Blue) = 29+249+100=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF964 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF964 is #E2069B. Grayscale: #A6A6A6. Windows color (decimal): -14812828 or 6617373. OLE color: 6617373.

HSL color Cylindrical-coordinate representation of color #1DF964: hue angle of 139.36º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF964 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 249 100 -
CMYK 0.88 0 0.60 0.02
HSL 139.36º 0.95% 0.55% -
HSV(B) 139.36º 0.88% 0.98% -
XYZ 36.68 68.93 23.43 -
YUV 166.23 90.61 30.12 -
System Red Green Blue C M Y K H S L
Decimal 29 249 100 0.88 0 0.60 0.02 139.36 0.95 0.55
Hex 1D F9 64 58 0 3C 2 8B 5F 37
Octal 35 371 144 130 0 74 2 213 137 67
Binary 11101 11111001 1100100 1011000 0 111100 10 10001011 1011111 110111

Color Harmonies of #1DF964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF964

Black with #1DF964

Text Example


Text Example

White with #1DF964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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