Html Css Color HEX #1FD964 Malachite

📋 copy color: '#1FD964'

red 31 ◦ green 217 ◦ blue 100

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

Shades of Malachite #1FD964

Tints of Malachite #1FD964

RGB

 RED value IS 31 (12.5% from 255) = 8.91%

 GREEN value IS 217 (85.16% from 255) = 62.36%

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

R = 8.91%
G = 62.36%
B = 28.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#1FD964 (or 0x1FD964) is known color: Malachite. HEX triplet: 1F, D9 and 64. RGB value is (31,217,100). Sum of RGB (Red+Green+Blue) = 31+217+100=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 217 (85.16% from 255 or 62.36% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD964 is #E0269B. Grayscale: #949494. Windows color (decimal): -14689948 or 6609183. OLE color: 6609183.

HSL color Cylindrical-coordinate representation of color #1FD964: hue angle of 142.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD964 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 217 100 -
CMYK 0.86 0 0.54 0.15
HSL 142.26º 0.75% 0.49% -
HSV(B) 142.26º 0.86% 0.85% -
XYZ 27.68 50.84 20.41 -
YUV 148.05 100.88 44.51 -
System Red Green Blue C M Y K H S L
Decimal 31 217 100 0.86 0 0.54 0.15 142.26 0.75 0.49
Hex 1F D9 64 56 0 36 F 8E 4B 31
Octal 37 331 144 126 0 66 17 216 113 61
Binary 11111 11011001 1100100 1010110 0 110110 1111 10001110 1001011 110001

Color Harmonies of #1FD964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD964

Black with #1FD964

Text Example


Text Example

White with #1FD964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,217,100); }

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

background-color css

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

 a { background-color: rgb(31,217,100); }

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

border-color css

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

 span { border-color: rgb(31,217,100); }

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